00001 // GnuPlotterSimulatedAnnealingObserver.h: interface for the GnuPlotterSimulatedAnnealingObserver class. 00002 // 00004 00005 #if !defined(AFX_GNUPLOTTERSIMULATEDANNEALINGOBSERVER_H__9C6108AA_1439_466A_AC44_B29D407587AF__INCLUDED_) 00006 #define AFX_GNUPLOTTERSIMULATEDANNEALINGOBSERVER_H__9C6108AA_1439_466A_AC44_B29D407587AF__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include <cmath> 00013 #include "GnuPlotter.h" 00014 #include "SimulatedAnnealingStrategy.h" 00015 00016 class GnuPlotterSimulatedAnnealingObserver : public GnuPlotter 00017 { 00018 public: 00019 GnuPlotterSimulatedAnnealingObserver(); 00020 virtual ~GnuPlotterSimulatedAnnealingObserver(); 00021 void Update(Subject *theChangedSubject); 00022 }; 00023 00024 #endif // !defined(AFX_GNUPLOTTERSIMULATEDANNEALINGOBSERVER_H__9C6108AA_1439_466A_AC44_B29D407587AF__INCLUDED_)