taco.algorithms package¶
Submodules¶
taco.algorithms.bundle module¶
-
class
taco.algorithms.bundle.BundleAlgorithm(oracle, params)[source]¶ Bases:
objectBase class that combines the penalization procedure with a Bundle Method to solve the chance constraint problem. It is instantiated with a first-oder oracle for the DC objective and a dictionary of parameters. From time to time, the penalization parameters are increased to escape some critical point of the DC objective.
- Parameters
oracle – An oracle object.
params (dict) – Python dictionary of parameters.
Module contents¶
-
class
taco.algorithms.BundleAlgorithm(oracle, params)[source]¶ Bases:
objectBase class that combines the penalization procedure with a Bundle Method to solve the chance constraint problem. It is instantiated with a first-oder oracle for the DC objective and a dictionary of parameters. From time to time, the penalization parameters are increased to escape some critical point of the DC objective.
- Parameters
oracle – An oracle object.
params (dict) – Python dictionary of parameters.