MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
A serializer for selector genetic operators. More...
Static Public Member Functions | |
static string | serialize (ISelectionOperator selector) |
Returns the System.String representing the serialization of the specified selector operator. | |
static ISelectionOperator | deserialize (string serialization, CConfiguration configuration) |
Creates a selector operator from the specified string. |
A serializer for selector genetic operators.
static ISelectionOperator MCScheduling.GeneticAlgorithm.CSelectorOperatorSerializer.deserialize | ( | string | serialization, |
CConfiguration | configuration | ||
) | [static] |
Creates a selector operator from the specified string.
serialization | The operator's serialization to be deserialized. |
configuration | The configuration of the genetic algorithm that will use the selector. |
ArgumentException | If the serialization is invalid, or represents no selector. |
static string MCScheduling.GeneticAlgorithm.CSelectorOperatorSerializer.serialize | ( | ISelectionOperator | selector | ) | [static] |
Returns the System.String representing the serialization of the specified selector operator.
selector | The operator to be serialized. |
ArgumentException | If selector is null or unknown by this serializer. |