A general purpose struct to store values for roulette wheel selection. More...
#include <CjLinkSelector.hh>
Classes | |
union | weight_t |
Public Member Functions | |
wheelVal_t (unsigned int node_a_, unsigned int node_b_) | |
wheelVal_t (double weight_, unsigned int node_a_, unsigned int node_b_) | |
wheelVal_t (int weight_, unsigned int node_a_, unsigned int node_b_, int) | |
wheelVal_t (unsigned int weight_, unsigned int node_a_, unsigned int node_b_, int, int) | |
Public Attributes | |
union jmitie::wheelVal_t::weight_t | weight |
unsigned int | node_a |
unsigned int | node_b |
bool | valid |
A general purpose struct to store values for roulette wheel selection.