cortical_surface  5.0.5
anneal.h
Go to the documentation of this file.
1 #ifndef AIMS_ANNEAL_H
2 #define AIMS_ANNEAL_H
5 
6 
8  private:
9 
10  public:
11 
12  void Run( int verbose = 1 );
13  void Step( std::vector<int> &random, double temp, uint &mod );
14 };
15 
16 
17 
18 
19 #endif
20 
void Step(std::vector< int > &random, double temp, uint &mod)
Definition: anneal.h:7
int verbose
void Run(int verbose=1)
unsigned int uint