Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.26 KB

STMO-ZOO: Slime Mould Algorithm (SMA)

By Natan Tourne

slime2

Physarum polycephalum, an acellular slime mold, is well known for its problem-solving abilities. In this notebook, we explore the Slime Mold Algorithm (SMA) which attempts to replicate this organism's special properties and use it to solve a wider array of problems. We will first look at the biological background and then explore the mathematical background of the algorithm. Finally, we will investigate its performance and compare it to modified versions of the algorithm.

Note: The notebook requires a few minutes to generate the figures when first opened. Some of the cells have been disabled by default to reduce this problem.

preview

The notebooks requires the following packages:

  • Random
  • Distributions
  • PlutoUI
  • StatsBase
  • Plots
  • StatsPlots

Build StatusCoverage Status