Namespace Aplib.Core.Desire.Goals
Classes
- Goal<TBeliefSet>
A goal effectively combines a heuristic function with a tactic, and aims to meet the heuristic function by applying the tactic. Goals are combined in a GoalStructure<TBeliefSet>, and are used to prepare tests or do the testing.
Interfaces
- IGoal<TBeliefSet>
Defines a goal that can be achieved by a Tactic<TBeliefSet>.