cortical_surface 6.0.0
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
Definition anneal.h:7
void Step(std::vector< int > &random, double temp, uint &mod)
void Run(int verbose=1)
unsigned int uint