Package net.demilich.metastone.game.behaviour.heuristic
package net.demilich.metastone.game.behaviour.heuristic
The features and the heuristic used to evaluate game states.
-
ClassDescriptionValues recorded for the default and Cuckoo-optimized values for
GameStateValueBehaviour
's best heuristic weights.A heuristic is a function that takes a game state and returns a score from the given player's point of view.A heuristic that considers a linear combination of game state entities to determine the strength of a game state.The coefficients in a linear combination of features used byThreatBasedHeuristic
to calculate a score for a game state.