#include <map>
#include <memory>
#include <vector>
#include <iostream>
#include <Eigen/Dense>
#include "../../init.h"
#include "../../dat/state.h"
#include "../../dat/data.h"
#include "../../util/rnd.h"
#include "../../util/error.h"
#include "../../util/utils.h"
Go to the source code of this file.
|
| | FT |
| | main Feat namespace
|
| |
| | FT::Pop |
| | namespace containing population representations used in Feat
|
| |
| | FT::Pop::Op |
| | namespace representing various operations on population individuals used in Feat
|
| |
|
| #define | MAX_FLT std::numeric_limits<float>::max() |
| |
| #define | MIN_FLT std::numeric_limits<float>::lowest() |
| |
| #define | MAX_INT std::numeric_limits<int>::max() |
| |
| #define | MIN_INT std::numeric_limits<int>::lowest() |
| |
|
| typedef Eigen::Array< bool, Eigen::Dynamic, 1 > | ArrayXb |
| |
◆ MAX_FLT
| #define MAX_FLT std::numeric_limits<float>::max() |
◆ MAX_INT
| #define MAX_INT std::numeric_limits<int>::max() |
◆ MIN_FLT
| #define MIN_FLT std::numeric_limits<float>::lowest() |
◆ MIN_INT
| #define MIN_INT std::numeric_limits<int>::lowest() |
◆ ArrayXb
| typedef Eigen::Array<bool,Eigen::Dynamic,1> ArrayXb |