C# Class SharpNeat.Core.CoordinateVector

General purpose representation of a point in a multidimensional space. A vector of coordinates, each coordinate defining the position within a dimension/axis defined by an ID.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
CoordinateVector ( double>.KeyValuePair coordElemArray ) : System.Collections.Generic

Constructs a CoordinateVector using the provided array of ID/coordinate pairs. CoordinateVector elements must be sorted by ID.

Private Methods

Méthode Description
IsSorted ( double>.KeyValuePair coordElemArray ) : bool

Method Details

CoordinateVector() public méthode

Constructs a CoordinateVector using the provided array of ID/coordinate pairs. CoordinateVector elements must be sorted by ID.
public CoordinateVector ( double>.KeyValuePair coordElemArray ) : System.Collections.Generic
coordElemArray double>.KeyValuePair
Résultat System.Collections.Generic