|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.colossus.ai.AbstractAI
net.sf.colossus.ai.SimpleAI
net.sf.colossus.ai.RationalAI
net.sf.colossus.ai.MilvangAI
public class MilvangAI
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.colossus.ai.RationalAI |
---|
RationalAI.BattleResults, RationalAI.CompCreaturesByValueName, RationalAI.MusteredCreatures |
Nested classes/interfaces inherited from class net.sf.colossus.ai.SimpleAI |
---|
SimpleAI.PowerSkill, SimpleAI.TriggerTimeIsUp |
Nested classes/interfaces inherited from class net.sf.colossus.ai.AbstractAI |
---|
AbstractAI.AbstractAIOracle, AbstractAI.CreatureValueConstants, AbstractAI.MoveInfo |
Field Summary | |
---|---|
private static java.util.logging.Logger |
LOGGER
|
private static double |
PRIMARY_RECRUIT_FACTOR
|
private static double |
SECONDARY_RECRUIT_FACTOR
|
Fields inherited from class net.sf.colossus.ai.RationalAI |
---|
I_HATE_HUMANS, KILLPOINTS, RECRUIT_AT_7, RECRUIT_FALSE, RECRUIT_TRUE, TITAN_SURVIVAL |
Fields inherited from class net.sf.colossus.ai.SimpleAI |
---|
MIN_ITERATIONS, timeIsUp, timeLimit |
Fields inherited from class net.sf.colossus.ai.AbstractAI |
---|
bec, client, cvc, hintSectionUsed, random, variant |
Constructor Summary | |
---|---|
MilvangAI(Client client)
|
Method Summary | |
---|---|
(package private) RationalAI.MusteredCreatures |
chooseCreaturesToSplitOut(Legion legion,
boolean at_risk)
Decide how to split this legion, and return a list of Creatures to remove + status flag indicating if these creatures have mustered or not |
(package private) double |
findRecruitPotential(java.util.Map<CreatureType,java.lang.Integer> critters,
MasterBoardTerrain terrain)
|
Methods inherited from class net.sf.colossus.ai.RationalAI |
---|
concede, estimateBattleResults, flee, getCombatList, masterMove, split, splitCallback, splitOneLegion |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final java.util.logging.Logger LOGGER
private static final double PRIMARY_RECRUIT_FACTOR
private static final double SECONDARY_RECRUIT_FACTOR
Constructor Detail |
---|
public MilvangAI(Client client)
Method Detail |
---|
double findRecruitPotential(java.util.Map<CreatureType,java.lang.Integer> critters, MasterBoardTerrain terrain)
RationalAI.MusteredCreatures chooseCreaturesToSplitOut(Legion legion, boolean at_risk)
RationalAI
chooseCreaturesToSplitOut
in class RationalAI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |