class documentation

class BestFeasibleSolution(BestSolution2):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method update g and al_penalties are lists of constraint and penalty values
Instance Variable al_penalties Undocumented
Instance Variable g Undocumented

Inherited from BestSolution2:

Method __str__ Undocumented
Instance Variable count number of overall compared values
Instance Variable count_saved Undocumented
Instance Variable f Undocumented
Instance Variable info Undocumented
Instance Variable previous Undocumented
Instance Variable x Undocumented
def __init__(self):
def update(self, f, g, al_penalties=None, x=None, info=None, info_construct=None):

g and al_penalties are lists of constraint and penalty values

al_penalties =

Undocumented

g =

Undocumented