Changeset 9299
- Timestamp:
- 03/07/13 17:16:27 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/CMAES/HeuristicLab.Algorithms.CMAEvolutionStrategy/3.3/CMAOperators/CMAUpdater.cs
r9298 r9299 244 244 } 245 245 } 246 /*double[] eVal;247 double[,] eVec;248 var success = alglib.smatrixevd(sp.B, N, 1, false, out eVal, out eVec);249 sp.B = eVec;250 sp.D = eVal;*/251 246 var success = Eigendecomposition(N, sp.B, sp.D); 252 247
Note: See TracChangeset
for help on using the changeset viewer.