Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Operators/Interfaces/IValueManipulator.cs @ 12803

Last change on this file since 12803 was 5111, checked in by cneumuel, 14 years ago

#1215

  • improved exchangeability of crossover and mutation operators for parameter values
File size: 244 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5using HeuristicLab.Optimization;
6
7namespace HeuristicLab.Problems.MetaOptimization {
8  public interface IValueManipulator : IManipulator {
9  }
10}
Note: See TracBrowser for help on using the repository browser.