Evocosm - A C++ Framework for Evolutionary Computing

Main Index

Created by Scott Robert Ladd at Coyote Gulch Productions.


Public Member Functions | Public Attributes | List of all members
libevocosm::fuzzy_machine< InSize, OutSize >::tranout_t Struct Reference

Defines a transition and output state pair.

#include <fuzzy_machine.h>

Public Member Functions

 tranout_t (double *state_weights, size_t num_states, double *output_weights)
 Creation Constructor.
 
 tranout_t (const tranout_t &source)
 Copy constructor.
 
tranout_toperator= (const tranout_t &source)
 Assignment.
 

Public Attributes

roulette_wheel m_new_state
 The state to be transitioned to.
 
roulette_wheel m_output
 The output value.
 

The documentation for this struct was generated from the following file:

© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.