Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

MutabilityRecord Class Reference

A logging class that stores some statistical data during evolution runs. More...

#include <mutrecord.h>

List of all members.

Static Public Methods

void addFloatMutability (double x)
void addFloatVariance (double x)
void addBoolMutability (double x)
void reset ()

Static Public Attributes

bool record = false


Detailed Description

A logging class that stores some statistical data during evolution runs.

Definition at line 13 of file mutrecord.h.


Member Function Documentation

void addBoolMutability double    x [inline, static]
 

Adds one statistical instance to BooleanGene's mutation rate record.

Definition at line 41 of file mutrecord.h.

Referenced by Gentainer::pointMutate().

void addFloatMutability double    x [inline, static]
 

Adds one statistical instance to FloatGene's mutation rate record.

Definition at line 23 of file mutrecord.h.

Referenced by Gentainer::pointMutate().

void addFloatVariance double    x [inline, static]
 

Adds one statistical instance to FloatGene's mutation variance record.

Definition at line 32 of file mutrecord.h.

Referenced by Gentainer::pointMutate().

void reset   [inline, static]
 

Resets the stats.

Definition at line 49 of file mutrecord.h.

Referenced by SimplePopulation::evolve().


Member Data Documentation

bool record = false [static]
 

Is the recording on or off.

* * Copyright (C) 1997-2002 Marko Grönroos <magi@iki.fi> * *

* This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; see the file COPYING.LIB. If * not, write to the Free Software Foundation, Inc., 59 Temple Place *

  • Suite 330, Boston, MA 02111-1307, USA. * *

Definition at line 35 of file population.cc.


The documentation for this class was generated from the following files:
Generated on Thu Feb 10 20:12:01 2005 for NeHeP by doxygen1.2.18