28 |
|
|
29 |
#include "EEPARAMS.h" |
#include "EEPARAMS.h" |
30 |
#include "SIZE.h" |
#include "SIZE.h" |
31 |
|
#if (defined (ALLOW_GENARR2D_CONTROL) || defined (ALLOW_GENARR3D_CONTROL) || defined (ALLOW_GENTIM2D_CONTROL)) |
32 |
|
# include "CTRL_SIZE.h" |
33 |
|
#endif |
34 |
#include "ctrl.h" |
#include "ctrl.h" |
35 |
#include "optim.h" |
#include "optim.h" |
36 |
|
|
200 |
print*, ' expected cost function decrease = ', ff-fmin |
print*, ' expected cost function decrease = ', ff-fmin |
201 |
endif |
endif |
202 |
print '(a,4a,i4.4)', |
print '(a,4a,i4.4)', |
203 |
& ' Data will be read from the following file: ', |
& ' Data will be read from the following file: ', |
204 |
& ctrlname,'_',yctrlid(1:10),'.opt', optimcycle |
& ctrlname,'_',yctrlid(1:10),'.opt', optimcycle |
205 |
print* |
print* |
206 |
|
|