sync toc
AnticipatingMinds.ArtificialMind.GeneticAlgorithms
Gene Class
Gene Members
Gene Constructor
Methods
CrossOver Method
Evaluate Method
Initialize Method
Mutate Method
GeneCollection Class
GeneCollection Members
GeneCollection Constructor
GeneCollection Constructor ()
GeneCollection Constructor (Int32)
Properties
Item Property
Methods
Add Method
AddRange Method
AddRange Method (Gene[])
AddRange Method (GeneCollection)
Contains Method
CopyTo Method
Insert Method
OnValidate Method
Remove Method
GenerationalGA Class
GenerationalGA Members
GenerationalGA Constructor
Properties
KinFitnessDecrease Property
MutationRate Property
SelectionType Property
TargetEvaluation Property
TargetEvaluationTolerance Property
Methods
EvaluatePopulation Method
FindSolution Method
PerformCrossover Method
PerformMutation Method
PerformSelection Method
GenerationalGA.GASelectionType Enumeration
GeneticAlgorithm Class
GeneticAlgorithm Members
GeneticAlgorithm Constructor
Fields
bestPopulations Field
bestSolutionsHistorySize Field
currentGenerationNumber Field
Properties
BestPopulationsHistorySize Property
GenerationNumber Property
OptimizationType Property
Methods
EvaluatePopulation Method
Evolve Method
Evolve Method (Gene[], Int64)
Evolve Method (Population, Int64)
Evolve Method (Type, Int32, Int64)
FindSolution Method
OnNewGeneration Method
OnSolutionFound Method
PerformCrossover Method
PerformMutation Method
PerformSelection Method
Events
NewGeneration Event
SolutionFound Event
GeneticAlgorithm.GAOptimizationType Enumeration
GeneticAlgorithm.NewGenerationEventArgs Class
GeneticAlgorithm.NewGenerationEventArgs Members
GeneticAlgorithm.NewGenerationEventArgs Constructor
Fields
NewGenerationNumber Field
NewPopulation Field
GeneticAlgorithm.NewGenerationHandler Delegate
GeneticAlgorithm.SolutionFoundEventArgs Class
GeneticAlgorithm.SolutionFoundEventArgs Members
GeneticAlgorithm.SolutionFoundEventArgs Constructor
Fields
GenerationNumber Field
Population Field
Solution Field
GeneticAlgorithm.SolutionFoundHandler Delegate
Population Class
Population Members
Population Constructor
Population Constructor (Type, Int32)
Population Constructor (Gene[])
Population Constructor (GeneCollection)
Population Constructor ()
Properties
AverageFitness Property
Evaluation Property
Fitness Property
Individuals Property
Item Property
Size Property
Methods
GetApplicationData Method
GetEnumerator Method
SetApplicationData Method
SteadyStateGA Class
SteadyStateGA Members
SteadyStateGA Constructor
Properties
GenerationGap Property
Methods
PerformCrossover Method
PerformSelection Method
AnticipatingMinds.ArtificialMind.NeuralNets
BackpropagationNet Class
BackpropagationNet Members
BackpropagationNet Constructor
BackpropagationNet Constructor (SerializationInfo, StreamingContext)
BackpropagationNet Constructor (String, Int32[])
Fields
errorSlotIndex Field
lastWeightChangeSlotIndex Field
Methods
ActivationFunction Method
EndEpoch Method
FirstDerivativeOfActivationFunction Method
GetObjectData Method
GetUnitQuickDataSize Method
IdentityOutput Method
PropagateError Method
Reset Method
ResetUnitErrors Method
RunEpochPattern Method
RunPattern Method
StartEpoch Method
TrainOnline Method
UpdateWeights Method
FunctionDelegate Delegate
InputUnit Class
InputUnit Members
InputUnit Constructor
InputUnit Constructor (SerializationInfo, StreamingContext)
InputUnit Constructor (String)
Methods
GetObjectData Method
OnValidateLink Method
Link Class
Link Members
Link Constructor
Properties
Name Property
Source Property
Target Property
Weight Property
Methods
Delete Method
GetId Method
GetObjectData Method
LinkCollection Class
LinkCollection Members
LinkCollection Constructor
LinkCollection Constructor ()
LinkCollection Constructor (LinkCollection)
LinkCollection Constructor (Link[])
Properties
Item Property
Methods
Contains Method
CopyTo Method
GetEnumerator Method
IndexOf Method
LinkCollection.LinkEnumerator Class
LinkCollection.LinkEnumerator Members
LinkCollection.LinkEnumerator Constructor
Properties
Current Property
System.Collections.IEnumerator.Current Property
Methods
MoveNext Method
Reset Method
IEnumerator.MoveNext Method
IEnumerator.Reset Method
OutputUnit Class
OutputUnit Members
OutputUnit Constructor
OutputUnit Constructor (SerializationInfo, StreamingContext)
OutputUnit Constructor (String)
Methods
GetObjectData Method
OnValidateLink Method
Unit Class
Unit Members
Unit Constructor
Unit Constructor (SerializationInfo, StreamingContext)
Unit Constructor (String)
Fields
QuickData Field
Properties
ActivationFunction Property
AssociatedData Property
Bias Property
Input Property
InputLinks Property
Name Property
OutputFunction Property
OutputLinks Property
Methods
ConnectTo Method
GetActivationInput Method
GetActivationOutput Method
GetId Method
GetObjectData Method
GetOutput Method
OnValidateLink Method
UnitFunctionDelegate Delegate
AnticipatingMinds.ArtificialMind.SearchAlgorithms
Action Class
Action Members
Action Constructor
Properties
Description Property
Methods
ActionCost Method
AStarSearch Class
AStarSearch Members
AStarSearch Constructor
Methods
GetStateEvaluation Method
BestFirstSearch Class
BestFirstSearch Members
BestFirstSearch Constructor
Methods
GetStateEvaluation Method
Search Method
BreadthFirstSearch Class
BreadthFirstSearch Members
BreadthFirstSearch Constructor
Methods
Search Method
DepthFirstSearch Class
DepthFirstSearch Members
DepthFirstSearch Constructor
Methods
Search Method
Search Method (State)
Search Method (State, State, State)
GreedySearch Class
GreedySearch Members
GreedySearch Constructor
Methods
GetStateEvaluation Method
NewStateEventArgs Class
NewStateEventArgs Members
NewStateEventArgs Constructor
Properties
NewState Property
SearchBase Class
SearchBase Members
SearchBase Constructor
Methods
OnNewState Method
OnSolutionFound Method
Search Method
Events
NewState Event
SolutionFound Event
SearchBase.NewStateEventHandler Delegate
SearchBase.SearchStatus Enumeration
SearchBase.SolutionFoundEventHandler Delegate
SolutionFoundEventArgs Class
SolutionFoundEventArgs Members
SolutionFoundEventArgs Constructor
Properties
InitialState Property
SolutionSequence Property
SolutionState Property
State Class
State Members
State Constructor
Properties
CausedAction Property
Description Property
PreviouseState Property
SearchPathCost Property
Methods
ApplyAction Method
GetAvailableActions Method
GetHeuristicValue Method
IsSolution Method
UniformCostSearch Class
UniformCostSearch Members
UniformCostSearch Constructor
Methods
GetStateEvaluation Method
AnticipatingMinds.ArtificialMind.Visualization
Chart2D Class
Chart2D Members
Chart2D Constructor
Chart2D Constructor (SerializationInfo, StreamingContext)
Chart2D Constructor ()
Properties
AxisX Property
AxisY Property
Data Property
OnGetXLabel Property
OnGetYLabel Property
Methods
AddDataSeries Method
AutoScale Method
GetObjectData Method
GetXLabel Method
GetYLabel Method
OnPaint Method
OnPaintBackground Method
Chart2D.AxisScale Class
Chart2D.AxisScale Members
Chart2D.AxisScale Constructor
Chart2D.AxisScale Constructor (SerializationInfo, StreamingContext)
Chart2D.AxisScale Constructor (Double, Double)
Properties
Max Property
Min Property
Methods
GetObjectData Method
Chart2D.ChartAxis Class
Chart2D.ChartAxis Members
Chart2D.ChartAxis Constructor
Chart2D.ChartAxis Constructor (SerializationInfo, StreamingContext)
Chart2D.ChartAxis Constructor ()
Properties
Color Property
LabelColor Property
LabelFont Property
LabelFormat Property
LineWidth Property
Scale Property
Ticks Property
Methods
Dispose Method
Finalize Method
GetObjectData Method
Chart2D.DataSeries Class
Chart2D.DataSeries Members
Chart2D.DataSeries Constructor
Chart2D.DataSeries Constructor (SerializationInfo, StreamingContext)
Chart2D.DataSeries Constructor ()
Properties
Color Property
Data Property
LineWidth Property
Name Property