We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated example, synchronised with the README
I think you want to change into the cloned directory before checking out dev
Updated Using parameter space transforms known as genotype phenotype transforms (markdown)
Enable syntax highlighting where it wasn't.
Fixed the last call.
Text was wrong, https://github.com/beniz/libcmaes/blob/master/src/candidate.h#L95 shows different type (no longer double * but std::vector). API now provides several `get_x_*`, reflect them.
Updated Practical hints (markdown)
Fix set_algo call
Fix `niter()` call
Adding code to get best parameters using phenotype when using linearscaling strategies.
Adding extra informations on retrieving best parameters when using bounds and synchronizing source from examples/sample-code-bounds.cc in documentation
Updated Python bindings (markdown)
Updated Home (markdown)
Updated Building libcmaes on Mac OSX (markdown)
Added what I needed to do to make it work (incommented though)