- Timestamp:
- 09/08/11 11:29:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.ALGLIB/3.1.0/ALGLIB-3.1.0/dataanalysis.cs
r4977 r6718 15269 15269 if( state.xupdated ) 15270 15270 { 15271 for(i_=0; i_<=wcount-1;i_++)15272 {15273 15271 minlbfgs.minlbfgsresults(state, ref w, internalrep); 15272 for (i_ = 0; i_ <= wcount - 1; i_++) { 15273 network.weights[i_] = w[i_]; 15274 15274 } 15275 15275 e = mlpbase.mlperror(network, valxy, valsize);
Note: See TracChangeset
for help on using the changeset viewer.