- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.Binary/3.3/BinaryProblem.cs
r13368 r14711 33 33 34 34 namespace HeuristicLab.Problems.Binary { 35 [Storable Class("0C1838BD-635D-4EF0-A049-DA1E0CEE7B31")]35 [StorableType("0C1838BD-635D-4EF0-A049-DA1E0CEE7B31")] 36 36 public abstract class BinaryProblem : SingleObjectiveBasicProblem<BinaryVectorEncoding> { 37 37 public virtual int Length {
Note: See TracChangeset
for help on using the changeset viewer.