Sequential algorithm

A sequential calculation of states without chunking.

This is of use for the evaluation in simulation environments that do not support multi-state computations, like FMUs.

class foxes.algorithms.Sequential(foxes.algorithms.Downwind)[source]

A sequential calculation of states without chunking.

Sequential algorithm models

Algorithm specific models, extending/overloading the list of Downwind algorithm models.

class foxes.algorithms.sequential.SequentialPlugin[source]

Base class for plugins that are updated with each sequential iteration

class foxes.algorithms.sequential.models.SeqState(foxes.core.States)[source]

A single state during sequential iteration, just serving as a structural placeholder