source:
branches/HeuristicLab.MetaOptimization/HeuristicLab.Problems.MetaOptimization/3.3/Encodings/BooleanParameterConfiguration.cs
@
4516
Last change on this file since 4516 was 4516, checked in by cneumuel, 14 years ago | |
---|---|
File size: 203 bytes |
Rev | Line | |
---|---|---|
[4516] | 1 | using System; |
2 | using System.Collections.Generic; | |
3 | using System.Linq; | |
4 | using System.Text; | |
5 | ||
6 | namespace HeuristicLab.Problems.MetaOptimization { | |
7 | public class BooleanParameterConfiguration { | |
8 | } | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.