Empirical
|
This file provides code to build NK landscapes, setup at compile time.. More...
#include <array>
#include "../base/assert.h"
#include "../tools/BitSet.h"
#include "../tools/math.h"
#include "../tools/Random.h"
Go to the source code of this file.
Classes | |
class | emp::evo::NKLandscapeConst< N, K > |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
emp::evo | |
This file provides code to build NK landscapes, setup at compile time..
Knowing the size of N and K at compile time allow for slightly more optimized code, at the expense of flexibility.