class documentation

class ConstrainedSolutionsArchive:

View In Hierarchy

Biobjective Pareto archive to store some Pareto optimal solutions for constrained optimization.

The user can define the aggregator for the constraints values which is by default the sum of the positive parts.

The Pareto archive is maintained in the archive attribute and the Pareto optimal solutions can be recovered in archive.infos.

Method __init__ Undocumented
Method update Undocumented
Instance Variable aggregator Undocumented
Instance Variable archive Undocumented
Instance Variable count Undocumented
Instance Variable maxlen Undocumented
def __init__(self, aggregator=_g_pos_sum):

Undocumented

def update(self, f, g, info=None):

Undocumented

aggregator =

Undocumented

archive =

Undocumented

count: int =

Undocumented

maxlen: int =

Undocumented