Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Algorithms.GradientDescent/3.3/LbfgsState.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Algorithms.GradientDescent/3.3/LbfgsState.cs
r13368 r14711 28 28 29 29 namespace HeuristicLab.Algorithms.GradientDescent { 30 [Storable Class("465DF669-1556-4B4A-9195-E2AEA2C10CDC")]30 [StorableType("465DF669-1556-4B4A-9195-E2AEA2C10CDC")] 31 31 [Item("LbfgsState", "Internal state for the limited-memory BFGS optimization algorithm.")] 32 32 public sealed class LbfgsState : Item {
Note: See TracChangeset
for help on using the changeset viewer.