Changeset 14927 for branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation
- Timestamp:
- 05/04/17 17:19:35 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceReintegration/HeuristicLab.Algorithms.DataAnalysis/3.4/Nca/SolutionCreation/NcaSolutionCreator.cs
r14185 r14927 26 26 using HeuristicLab.Optimization; 27 27 using HeuristicLab.Parameters; 28 using HeuristicLab.Persistence .Default.CompositeSerializers.Storable;28 using HeuristicLab.Persistence; 29 29 using HeuristicLab.Problems.DataAnalysis; 30 30 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]33 [StorableType("0760a066-f417-4a78-a5ed-99b7d43ec14e")] 34 34 public class NcaSolutionCreator : SingleSuccessorOperator, INcaSolutionCreator { 35 35
Note: See TracChangeset
for help on using the changeset viewer.