Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.TestFunctions/3.3/PathRelinkers/SingleObjectiveTestFunctionPathRelinker.cs
r13368 r14711 40 40 /// </remarks> 41 41 [Item("SingleObjectiveTestFunctionPathRelinker", "An operator that relinks paths between test functions solutions. It is based on an implementation described in Duarte, A., MartÃ, R., and Gortazar, F. (2011). Path Relinking for Large Scale Global Optimization. Soft Computing, Vol. 15.")] 42 [Storable Class("DF37BA88-77DF-4C71-997C-FAFDD6B0D04E")]42 [StorableType("DF37BA88-77DF-4C71-997C-FAFDD6B0D04E")] 43 43 public sealed class SingleObjectiveTestFunctionPathRelinker : SingleObjectivePathRelinker { 44 44 #region Parameter properties
Note: See TracChangeset
for help on using the changeset viewer.