Algorithms Guide¶
This guide covers the solution algorithms and optimization methods available in scikit-agent.
Solution Methods¶
Learn about different approaches to solving economic models:
Endogenous Grid Method (EGM): Efficient consumption-saving solutions
Heterogeneous Agent New Keynesian (HANK): Advanced macroeconomic models
Value Function Iteration: Classical dynamic programming approaches
Choosing the Right Algorithm¶
Documentation for algorithm selection will be added here.
Algorithm Configuration¶
Documentation for algorithm parameters and settings will be added here.
Performance Considerations¶
Documentation for optimization and performance tuning will be added here.
This page is under construction. Content will be added as algorithms are implemented.