ntuacarlo
A open-source implementation library of optimization algorithms
ntuacarlo: library of open-source implementation of optimization algorithms for Matlab/GNU Octave
The library implements matlab functions for the following optimization algorithms:
Simulated Annealing
Particle Swarm Optimization
Monte Carlo
Exhaustive search
The signature of the functions follow the same as the ga() function of Matlab.
All the functions support lower and upper bounds, linear and non-linear constraints, and integer variables.Octave