List<E> ants
Ant globalBestAnt
double alpha
double beta
double Q
double rho
boolean symmetric
SparseMatrix pheromones
int stateCount
int populationSize
double tau0
double tolerance
int maxIterations
int iteration
int localSearchIntensity
List<E> costTrend
boolean localSearchEnabled
double cost
boolean costValid
List<E> solution
Serializable constraint
int scoutBeeCount
int bestPatchCount
int elitePatchCount
int beeCountOnBestPatches
int beeCountOnElitePatches
List<E> patches
Bee globalBestSolution
double tolerance
int maxIterations
List<E> costTrend
List<E> lowerBounds
List<E> upperBounds
Serializable constraints
CostFunction costFunction
RandomGenerator randomGenerator
double mutateSd
int dimension
PathCostFunction costFunction
RandomGenerator randomGenerator
Random random
Copyright © 2017. All rights reserved.