NLOpt_Algorithm

Module Contents

class ConvergenceManager
add_point(self, newObj)
set_pop_size(self, popSize)
class NLOpt_Algorithm

Bases: optimeed.optimize.optiAlgorithms.algorithmInterface.AlgorithmInterface

ALGORITHM = 0
POPULATION_SIZE = 1
compute(self, initialVectorGuess, listOfOptimizationVariables)
set_evaluationFunction(self, evaluationFunction, callback_on_evaluate, numberOfObjectives, _numberOfConstraints)
set_maxtime(self, maxTime)
__str__(self)
get_convergence(self)