#include <boost/shared_ptr.hpp>
#include <random>
#include "OptimizationAlgorithm.hpp"
#include "NeighbourhoodFunction.hpp"
Go to the source code of this file.
Classes | |
class | ISM::HillClimbingAlogrithm< InstanceType > |
Namespaces | |
ISM | |
this namespace contains all generally usable classes. | |
Typedefs | |
template<class InstanceType > | |
using | ISM::HillClimbingAlogrithmPtr = boost::shared_ptr< HillClimbingAlogrithm< InstanceType >> |