anylogic_create_model_ple
Create AnyLogic simulation models compliant with Personal Learning Edition limits. Describe your system and obtain a runnable .alp file for free simulation.
Instructions
Create an AnyLogic simulation model that complies with PLE (Personal Learning Edition) limits. The model will be validated against PLE restrictions: max 10 agent types, max 200 blocks per agent, max 50,000 dynamic agents. Use this to create models that can be downloaded and run in free AnyLogic PLE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the simulation model | |
| description | Yes | Brief description of what the model simulates | |
| model_type | No | Type of model to create (uses pre-built templates) | custom |
| template_params | No | Parameters for template models (e.g., num_docks, arrival_rate) | |
| agent_types | No | Custom agent types (for 'custom' model_type) | |
| auto_simplify | No | Automatically simplify model if it exceeds PLE limits |