Solvers

The optunity.solvers package bundles all solvers and related logic available in Optunity.

Module contents

Module to take care of registering solvers for use in the main Optunity API.

Main classes in this module:

Warning

CMA_ES require DEAP and NumPy.

Warning

TPE require Hyperopt and NumPy.

Warning

BayesOpt require BayesOpt and NumPy.

Module author: Marc Claesen