Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/NcaSolutionCreator.cs
r13368 r14711 31 31 namespace HeuristicLab.Algorithms.DataAnalysis { 32 32 [Item("NcaSolutionCreator", "Creates an NCA solution with a given model and some given data.")] 33 [Storable Class("FF4010D5-85DE-4980-B6AC-4C7A272D65AE")]33 [StorableType("FF4010D5-85DE-4980-B6AC-4C7A272D65AE")] 34 34 public class NcaSolutionCreator : SingleSuccessorOperator, INcaSolutionCreator { 35 35
Note: See TracChangeset
for help on using the changeset viewer.