HOG2
FunctionApproximator.cpp
Go to the documentation of this file.
1 /*
2  * FunctionAproximator.cpp
3  * games
4  *
5  * Created by Adam White on Mon Apr 04 2005.
6  * Copyright (c) 2005 __MyCompanyName__. All rights reserved.
7  *
8  */
9 
10 #include "FunctionApproximator.h"
11 
13 {
14  return rate;
15 }
16 
18 {
19  rate = _rate;
20 }
FunctionApproximator::setLearnRate
virtual void setLearnRate(double)
Definition: FunctionApproximator.cpp:17
FunctionApproximator.h
FunctionApproximator::getLearnRate
virtual double getLearnRate()
Definition: FunctionApproximator.cpp:12
FunctionApproximator::rate
double rate
Definition: FunctionApproximator.h:61