metaheuristic_designer.analysis.external_wrappers.cma_wrapper module#

class CMAWrapper(objfunc, sigma0=0.5, max_iterations=500, seed=None, name='cma')[source]#

Bases: object

Duck-typed wrapper for the reference cma library.

Methods

best_solution

optimize

to_pandas

optimize()[source]#
best_solution()[source]#
to_pandas()[source]#