NTRT Simulator
 All Classes Files Functions Variables Typedefs Friends Pages
AnnealEvolution.cpp File Reference

Contains the implementation of class AnnealEvolution Adapting NeuroEvolution to do Simulated Annealing. More...

#include "AnnealEvolution.h"
#include "learning/Configuration/configuration.h"
#include <iostream>
#include <numeric>
#include <string>
#include <sstream>

Go to the source code of this file.

Functions

unsigned long long rdtsc ()
 
double diffclock (clock_t clock1, clock_t clock2)
 

Detailed Description

Contains the implementation of class AnnealEvolution Adapting NeuroEvolution to do Simulated Annealing.

Date
April 2014
Author
Brian Tietz and Atil Iscen $Id$

Definition in file AnnealEvolution.cpp.