pymead.optimization.objectives_and_constraints.Objective#

class Objective(func_str: str)[source]#

Bases: ObjectiveConstraint

__init__(func_str: str)[source]#

Subclass of ObjectiveConstraint simply specifying the object as an Objective.

Parameters:

func_str (str) – Function string to pass to ObjectiveConstraint’s __init__.

Methods