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().

  • Class
    Description
    Record for containing the configuration settings of a model.
    Class for assisting in the constructing of a Config record.
    Main class for executing an agent-based model using multithreaded execution.