Uses of Class
net.sourceforge.cilib.problem.mappingproblem.MappingProblem

Packages that use MappingProblem
net.sourceforge.cilib.problem.mappingproblem   
 

Uses of MappingProblem in net.sourceforge.cilib.problem.mappingproblem
 

Subclasses of MappingProblem in net.sourceforge.cilib.problem.mappingproblem
 class LinearMappingProblem
          This class provides an adapter for implementation of NonlinearMapping evaluation functions.
 

Methods in net.sourceforge.cilib.problem.mappingproblem with parameters of type MappingProblem
 void DistanceMetric.setMappingProblem(MappingProblem prob)
          Gets called by CurvilinearDistEvaluator to indicate the precice problem to make use of.
 void CurvilinearDistEvaluator.setMappingProblem(MappingProblem prob)
          Called by MappingProblem.setEvaluator in order to establisg bi-directional communication.
 void LinearDistanceMetric.setMappingProblem(MappingProblem prob)
          Gets called by CurvilinearDistEvaluator to indicate the precice problem to make use of.
 void CurvilinearCompEvaluator.setMappingProblem(MappingProblem prob)
          Called by MappingProblem.setEvaluator in order to establisg bi-directional communication.
 void KruskalEvaluator.setMappingProblem(MappingProblem prob)
           
 void MappingEvaluator.setMappingProblem(MappingProblem prob)
          Gets called when attached to a MappingProblem.
 



Copyright © 2009 CIRG. All Rights Reserved.