Empirical
Classes | Namespaces
NK-const.h File Reference

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
 

Detailed Description

This file provides code to build NK landscapes, setup at compile time..

Note
This file is part of Empirical, https://github.com/devosoft/Empirical
Date
2016-2017

Knowing the size of N and K at compile time allow for slightly more optimized code, at the expense of flexibility.