#include <iostream>#include <fstream>#include <algorithm>#include <numeric>#include <sstream>#include <string>#include "UniformRNG.h"#include "gentypes.h"#include "PTensor1DMTObjective.h"#include "Aniso1DMTObjective.h"#include "PTensorMTStation.h"#include "MTStation.h"#include "Adaptors.h"#include "MTFitSetup.h"#include <boost/bind.hpp>#include <boost/shared_ptr.hpp>#include <boost/filesystem.hpp>#include <boost/date_time/posix_time/posix_time.hpp>#include <complex>#include "Util.h"#include "MTAnisoRoughness.h"#include "MTAnisoGAConf.h"#include "convert.h"Go to the source code of this file.
Typedefs | |
| typedef boost::shared_ptr < GeneralObjective > | pCGeneralObjective |
Enumerations | |
| enum | tgatype { pareto, anneal, pareto, anneal, pareto, anneal, pareto, anneal } |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | nobjective = 2 |
| typedef boost::shared_ptr<GeneralObjective> pCGeneralObjective |
Definition at line 26 of file mtanisoenum.cpp.
| enum tgatype |
Definition at line 24 of file mtanisoenum.cpp.
Definition at line 31 of file mtanisoenum.cpp.
References MTAnisoGAConf::anisobase, MTAnisoGAConf::anisosizes, MTAnisoGAConf::anisostep, Configuration, MTStation::GetData(), PTensorMTStation::GetData(), MTAnisoGAConf::GetData(), C1DAnisoMTSynthData::GetModelVector(), misfit(), MTData, MTAnisoGAConf::mtfit, MTAnisoGAConf::mtinputdata, MTObjective, MTAnisoGAConf::outputbase, MTAnisoGAConf::ptensordata, C1DAnisoMTSynthData::ReadModel(), MTAnisoGAConf::resbase, MTAnisoGAConf::ressizes, MTAnisoGAConf::resstep, SetupMTFitParameters(), MTAnisoGAConf::strikebase, MTAnisoGAConf::strikesizes, MTAnisoGAConf::strikestep, MTAnisoGAConf::thickbase, MTAnisoGAConf::thicksizes, MTAnisoGAConf::thickstep, and version.
| const int nobjective = 2 |
1.5.8