Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/06/10 21:50:16 (14 years ago)
Author:
mkommend
Message:

Added Problem and SingleObjectiveProblem (ticket #1232).

File:
1 copied

Legend:

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

    r4559 r4564  
    2222using HeuristicLab.Core;
    2323using HeuristicLab.Data;
    24 using HeuristicLab.Optimization;
    2524using HeuristicLab.Parameters;
    2625using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2726
    28 namespace HeuristicLab.Problems.DataAnalysis.Classification {
     27namespace HeuristicLab.Optimization {
    2928  [Item("Single Objective Problem", "Represents a the base class for a single objective problem.")]
    3029  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.