#include <CombinatorialTrainerParameters.hpp>
Public Attributes | |
| struct CostFunctionParameters | costFunction |
| struct EvaluatorParameters | evaluator |
| struct { | |
| std::string dbfilename = "" | |
| std::string loadInvalidTestSetsFrom = "" | |
| std::string loadStartTopologiesFrom = "" | |
| std::string loadValidTestSetsFrom = "" | |
| std::string outputDataPath = "" | |
| bool storeFullyMeshedISM = false | |
| std::string storeInvalidTestSetsTo = "" | |
| bool storeStartTopologyISM = false | |
| std::string storeValidTestSetsTo = "" | |
| unsigned int testSetCount = 600 | |
| bool useClassifier = false | |
| } | general |
| struct OptimizationAlgorithmParameters | optimizationAlgorithm |
| struct TopologyGeneratorParameters | topologyGenerator |
| struct TreeValidatorParameters | treeValidator |
Definition at line 71 of file CombinatorialTrainerParameters.hpp.
| struct CostFunctionParameters ISM::CombinatorialTrainerParameters::costFunction |
Definition at line 96 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::dbfilename = "" |
Definition at line 75 of file CombinatorialTrainerParameters.hpp.
| struct EvaluatorParameters ISM::CombinatorialTrainerParameters::evaluator |
Definition at line 95 of file CombinatorialTrainerParameters.hpp.
| struct { ... } ISM::CombinatorialTrainerParameters::general |
| std::string ISM::CombinatorialTrainerParameters::loadInvalidTestSetsFrom = "" |
Definition at line 82 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::loadStartTopologiesFrom = "" |
Definition at line 77 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::loadValidTestSetsFrom = "" |
Definition at line 81 of file CombinatorialTrainerParameters.hpp.
| struct OptimizationAlgorithmParameters ISM::CombinatorialTrainerParameters::optimizationAlgorithm |
Definition at line 94 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::outputDataPath = "" |
Definition at line 76 of file CombinatorialTrainerParameters.hpp.
| bool ISM::CombinatorialTrainerParameters::storeFullyMeshedISM = false |
Definition at line 88 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::storeInvalidTestSetsTo = "" |
Definition at line 84 of file CombinatorialTrainerParameters.hpp.
| bool ISM::CombinatorialTrainerParameters::storeStartTopologyISM = false |
Definition at line 89 of file CombinatorialTrainerParameters.hpp.
| std::string ISM::CombinatorialTrainerParameters::storeValidTestSetsTo = "" |
Definition at line 83 of file CombinatorialTrainerParameters.hpp.
| unsigned int ISM::CombinatorialTrainerParameters::testSetCount = 600 |
Definition at line 79 of file CombinatorialTrainerParameters.hpp.
| struct TopologyGeneratorParameters ISM::CombinatorialTrainerParameters::topologyGenerator |
Definition at line 93 of file CombinatorialTrainerParameters.hpp.
| struct TreeValidatorParameters ISM::CombinatorialTrainerParameters::treeValidator |
Definition at line 92 of file CombinatorialTrainerParameters.hpp.
| bool ISM::CombinatorialTrainerParameters::useClassifier = false |
Definition at line 86 of file CombinatorialTrainerParameters.hpp.