Package repast.simphony.parameter.optimizer
package repast.simphony.parameter.optimizer
-
ClassDescriptionThis interface represents objects that will tell the
OptimizedParameterSweeper
which way it should traverse the parameter space.This represents the directions/actions the sweeper can take.This is a simple advancement algorithm that will perform a Hill Climbing traversal of the space.AParameterSweeper
that attempts to traverse the space in an optimized manner.This just goes FORWARD through the parameter space.Parses the properties from an optimizing properties file.