Package modelarium
@PublicApi
package modelarium
Provides Modelarium's primary configuration and execution API.
Create an immutable Config with its builder, pass it to a
Model, call Model.run(), and then retrieve the completed run through
Model.getResults().
-
ClassDescriptionRecord for containing the configuration settings of a model.Class for assisting in the constructing of a
Configrecord.Main class for executing an agent-based model using multithreaded execution.