public class AntColonySystem extends AntSystem
alpha, ants, beta, globalBestAnt, iteration, mediator, pheromones, populationSize, Q, rho, stateCount, symmetric, tau0| Constructor and Description |
|---|
AntColonySystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
depositPheromone() |
protected void |
localPheromoneUpdate(int state1_id,
int state2_id) |
void |
transitStates(Ant ant) |
antExploit, antTraverse, evaporatePheromone, GenerateAnt, getCandidateNextStates, getRewardPerStateTransition, heuristicValue, initialize, iterate, setCostFunction, setProblemSize, solve, updateAntCost, updateGlobalBestAntpublic void depositPheromone()
depositPheromone in class AntSystempublic void transitStates(Ant ant)
transitStates in class AntSystemprotected void localPheromoneUpdate(int state1_id,
int state2_id)
Copyright © 2017. All rights reserved.