Changeset 10968 for branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers
- Timestamp:
- 06/11/14 11:00:22 (11 years ago)
- Location:
- branches/GrammaticalEvolution/HeuristicLab.Problems.GrammaticalEvolution/Mappers
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.