Differences From Artifact [7de5a5a949]:
- Executable file mttroot/mtt/bin/trans/m/mtt_optimise.m — part of check-in [323dea6866] at 1999-12-07 23:09:56 on branch origin/master — Put in View option to momitor progress graphically (user: gawthrop@users.sourceforge.net, size: 3133) [annotate] [blame] [check-ins using]
To Artifact [a05c50834e]:
- Executable file mttroot/mtt/bin/trans/m/mtt_optimise.m — part of check-in [e506e8acbd] at 1999-12-08 06:32:40 on branch origin/master — Iterations now counts function evaluations - so minimum is 2. (user: gawthrop@users.sourceforge.net, size: 3132) [annotate] [blame] [check-ins using]
︙ | |||
50 51 52 53 54 55 56 | 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 | - + | n_th = length(free); error_old = inf; error=1e50; theta = theta_0; Theta = []; Error = []; Y = []; |
︙ |