pop_parameter Class Reference

#include <pop_parameter.h>

List of all members.


Detailed Description

A parameter that can be optimized.

Definition at line 17 of file pop_parameter.h.


Public Member Functions

 pop_parameter ()
 constructor.
 ~pop_parameter ()
 destructor.

Public Attributes

double value_
 the value of the parameter - made public for ease of access.
double std_
 the expected confidence of the value.
bool is_changeable_
 whether or not the value is fixed or changeable.

Constructor & Destructor Documentation

pop_parameter::pop_parameter (  ) 

constructor.

Definition at line 6 of file pop_parameter.cxx.

pop_parameter::~pop_parameter (  ) 

destructor.

Definition at line 17 of file pop_parameter.cxx.


Member Data Documentation

double pop_parameter::value_

the value of the parameter - made public for ease of access.

Definition at line 27 of file pop_parameter.h.

double pop_parameter::std_

the expected confidence of the value.

Definition at line 30 of file pop_parameter.h.

bool pop_parameter::is_changeable_

whether or not the value is fixed or changeable.

Definition at line 33 of file pop_parameter.h.


The documentation for this class was generated from the following files:
Generated on Sat Oct 11 05:14:38 2008 for contrib/gel/pop by  doxygen 1.5.1