ProxySolverManagedParametricSystem#

class ansys.optislang.parametric.design_study.ProxySolverManagedParametricSystem(algorithm: ParametricSystem, solver_node: ProxySolverNode, callback: Callable)#

Class storing a managed algorithm with ProxySolver node.

Methods

Attributes

ProxySolverManagedParametricSystem.callback

A callback function to handle design evaluation results.

ProxySolverManagedParametricSystem.instance

Instance of the managed algorithm.

ProxySolverManagedParametricSystem.solver_node

Instance of the solver node inside the managed algorithm.