Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/08/10 02:21:50 (14 years ago)
Author:
swagner
Message:

Continued work on algorithm batch processing (#947).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/UserDefinedAlgorithm.cs

    r3280 r3286  
    5252    public UserDefinedAlgorithm(string name) : base(name) { }
    5353    public UserDefinedAlgorithm(string name, string description) : base(name, description) { }
    54     internal UserDefinedAlgorithm(EngineAlgorithm algorithm, Cloner cloner) : base(algorithm, cloner) { }
    5554    [StorableConstructor]
    5655    private UserDefinedAlgorithm(bool deserializing) : base(deserializing) { }
Note: See TracChangeset for help on using the changeset viewer.