API Reference¶
This section contains the complete API documentation for scikit-agent.
Overview¶
The scikit-agent API is organized into several main modules:
Models - Economic model classes and utilities
Algorithms - Solution algorithms and optimization methods
Simulation - Simulation tools and analysis functions
Utils - Utility functions and helpers
Quick Reference¶
For a quick overview of the most commonly used classes and functions, see the examples in our Examples.