- Timestamp:
- 06/11/14 11:00:22 (11 years ago)
- Location:
- branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution
- Files:
-
- 23 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/ArtificialAnt/GEArtificialAntEvaluator.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/ArtificialAnt/GEArtificialAntProblem.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/BreathFirstMapper.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/DepthFirstMapper.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/GenotypeToPhenotypeMapper.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/IGenotypeToPhenotypeMapper.cs
r10290 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/PIGEMapper.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers/RandomMapper.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Plugin.cs.frame
r10923 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 20 13 Sabine Winkler3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Properties/AssemblyInfo.cs.frame
r10012 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicDataAnalysisEvaluator.cs
r10073 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicDataAnalysisProblem.cs
r10276 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicDataAnalysisSingleObjectiveEvaluator.cs
r10276 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicDataAnalysisSingleObjectiveProblem.cs
r10226 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 20 22 #endregion -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicExpressionGrammar.cs
r10276 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicRegressionSingleObjectiveEvaluator.cs
r10290 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/GESymbolicRegressionSingleObjectiveProblem.cs
r10328 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicDataAnalysisEvaluator.cs
r10073 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicDataAnalysisProblem.cs
r10276 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicDataAnalysisSingleObjectiveEvaluator.cs
r10276 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicDataAnalysisValidationAnalyzer.cs
r10073 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 using HeuristicLab.Core; -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicRegressionEvaluator.cs
r10073 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24 -
branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Symbolic/IGESymbolicRegressionSingleObjectiveEvaluator.cs
r10073 r10968 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 17 17 * You should have received a copy of the GNU General Public License 18 18 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>. 19 * 20 * Author: Sabine Winkler 19 21 */ 22 20 23 #endregion 21 24
Note: See TracChangeset
for help on using the changeset viewer.