Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/29/12 09:22:21 (12 years ago)
Author:
jkarder
Message:

#1853:

  • enhanced combinations count calculation
  • restructured code
  • minor code improvements
  • added license information
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ParameterConfigurationEncoding/HeuristicLab.Encodings.ParameterConfigurationEncoding.Views/3.3/MenuItems/CreateExperimentMenuItemV2.cs

    r8517 r8535  
    2121
    2222using System;
    23 #region License Information
    24 /* HeuristicLab
    25  * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    26  *
    27  * This file is part of HeuristicLab.
    28  *
    29  * HeuristicLab is free software: you can redistribute it and/or modify
    30  * it under the terms of the GNU General Public License as published by
    31  * the Free Software Foundation, either version 3 of the License, or
    32  * (at your option) any later version.
    33  *
    34  * HeuristicLab is distributed in the hope that it will be useful,
    35  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    36  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    37  * GNU General Public License for more details.
    38  *
    39  * You should have received a copy of the GNU General Public License
    40  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    41  */
    42 #endregion
    43 
    4423using System.Collections.Generic;
    4524using System.Windows.Forms;
Note: See TracChangeset for help on using the changeset viewer.