Optimisation algorithms
Scripts / algorithms for solving optimisation problems with discrete and continuous design variables with discontinuous and non-convex objective functions
| Programme | Program description |
|---|---|
| InterpolationApproximation.nb | Wolfram Language Notebook of a summarised presentation and explanation of various interpolation and approximation strategies for data sets and functions. (Requires Wolfram Language version >=11.0) |
| ABC.py | Python module for the optimisation of combinatorial arrangement problems using the Artificial Bee Colony Algorithm |
| ACO.py | Python module for the optimisation of combinatorial arrangement problems using Ant Colony Optimisation (ant algorithm) |
| GA.py | Python module for the optimisation of combinatorial arrangement problems using the Genetic Algorithm |
| PSO.py | Python module for optimising continuous objective functions using Particle Swarm Optimisation |
