Skip to content

Commit

Permalink
• optimizationcontrolmechanism.py: docstring mods
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcpni committed Dec 5, 2021
1 parent d0e5d72 commit bcf0bcf
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
..
- It must execute the OptimizationControlMechanism's `evaluate_agent_rep <OptimizationControlMechanism>`
`num_estimates <OptimizationControlMechanism.num_estimates>` times, and aggregate the results in computing the
`net_outcome <ControlMechanism.net_outcome` for a given `control_allocation <ControlMechanism.control_allocation>`.
`net_outcome <ControlMechanism.net_outcome>` for a given `control_allocation <ControlMechanism.control_allocation>`.
..
- It must implement a `reset` method that can accept as keyword arguments **objective_function**,
**search_function**, **search_termination_function**, and **search_space**, and implement attributes
Expand Down Expand Up @@ -1013,7 +1013,6 @@ class OptimizationControlMechanism(ControlMechanism):
over those in evaluating a given control_allocation <ControlMechanism.control_allocation>`
(see `OptimizationControlMechanism_Function` for additional details).
COMMENT:
search_function : function or method
`search_function <OptimizationFunction.search_function>` assigned to `function
<OptimizationControlMechanism.function>`; used to select samples of `control_allocation
Expand All @@ -1024,7 +1023,6 @@ class OptimizationControlMechanism(ControlMechanism):
`search_termination_function <OptimizationFunction.search_termination_function>` assigned to
`function <OptimizationControlMechanism.function>`; determines when to terminate the
`optimization process <OptimizationFunction_Process>`.
COMMENT
control_signals : ContentAddressableList[ControlSignal]
list of the `ControlSignals <ControlSignal>` for the OptimizationControlMechanism for the Parameters being
Expand Down

0 comments on commit bcf0bcf

Please sign in to comment.