![]() |
FIMS
v0.8.1
|
Code to store all objects that are created in FIMS because FIMS uses integer representation. Code loops over all model components and sets them up based on unique identifiers. More...
#include <algorithm>#include <map>#include <memory>#include <vector>#include "../distributions/distributions.hpp"#include "../models/functors/fishery_model_base.hpp"#include "../population_dynamics/fleet/fleet.hpp"#include "../population_dynamics/growth/growth.hpp"#include "../population_dynamics/population/population.hpp"#include "../population_dynamics/recruitment/recruitment.hpp"#include "../population_dynamics/selectivity/selectivity.hpp"#include "def.hpp"#include "fims_vector.hpp"#include "model_object.hpp"Go to the source code of this file.
Classes | |
| class | fims_info::Information< Type > |
| Stores FIMS model information and creates model. Contains all objects and data pre-model construction. More... | |
Code to store all objects that are created in FIMS because FIMS uses integer representation. Code loops over all model components and sets them up based on unique identifiers.