Skip to content

simulation.algorithm

Handling of algorithms and algorithm parameters.

AlgorithmParameter

AlgorithmParameter(kisao, value, sid=None, name=None)

Bases: BaseObject

AlgorithmParameter.

The AlgorithmParameter class allows to parameterize a particular simulation algorithm. The set of possible parameters for a particular instance is determined by the algorithm that is referenced by the kisaoID of the enclosing algorithm element.

Initialize AlgorithmParameter.

Algorithm

Algorithm(kisao, parameters=None, sid=None, name=None)

Bases: BaseObject

Algorithm class.

Initialize Algorithm.