Empirical
|
A simple class to weight items differently within a container and return the correct index. More...
#include "../base/vector.h"
Go to the source code of this file.
Classes | |
class | emp::UnorderedIndexMap |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
A simple class to weight items differently within a container and return the correct index.
Convert to a template that acts as a glorified vector, simplifying random selection?
Should operator[] index by element count or by weight?