Changeset 17815
- Timestamp:
- 12/31/20 17:19:29 (4 years ago)
- Location:
- trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/GeneralizedAdditiveModelAlgorithm.cs
r17812 r17815 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * and the BEACON Center for the Study of Evolution in Action. 5 * 3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 6 5 * This file is part of HeuristicLab. 7 6 * -
trunk/HeuristicLab.Algorithms.DataAnalysis/3.4/GAM/Spline1dModel.cs
r17812 r17815 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-2018 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * and the BEACON Center for the Study of Evolution in Action. 5 * 3 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 * 6 5 * This file is part of HeuristicLab. 7 6 * … … 21 20 #endregion 22 21 23 using System;24 22 using HEAL.Attic; 25 23 using System.Collections.Generic; … … 27 25 using HeuristicLab.Common; 28 26 using HeuristicLab.Core; 29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;30 27 using HeuristicLab.Problems.DataAnalysis; 31 28
Note: See TracChangeset
for help on using the changeset viewer.