opto.optimizers.optoprime.FunctionFeedback

opto.optimizers.optoprime.FunctionFeedback#

class FunctionFeedback[source]#

Feedback container used by FunctionPropagator.

Attributes

graph

documentation

others

roots

output

user_feedback

Methods

__init__(graph: List[Tuple[int, str]], documentation: Dict[str, str], others: Dict[str, Any], roots: Dict[str, Any], output: Dict[str, Any], user_feedback: str) None#
__new__(**kwargs)#