Changeset 98 for altifloat/scripts


Ignore:
Timestamp:
06/05/13 16:00:10 (11 years ago)
Author:
jbrlod
Message:

add function run_inc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • altifloat/scripts/floater_d_test.i

    r86 r98  
    1616 
    1717set_modeltime 0 
    18  
    19 #uniquement activer les trajectoires de type M model 
    20 activ M only  
    21  
    22 forward 
    23  
    24 savestate r_float 0 i 0 A 3 ../obs_float/r_float_forward.dat 
    25  
    26 activ D only 
    27  
    28 #testdf 1 29 21 4 r 0.0001 0.0001 
    29  
    30  
    31  
    32  
    3318print_cost ON 
    3419 
     
    4328setm_ddf1 1.0 
    4429 
     30 
     31run_inc 
     32goto fin 
     33 
     34#uniquement activer les trajectoires de type M model 
     35activ M only  
     36 
     37forward 
     38 
     39savestate r_float 0 i 0 A 3 ../obs_float/r_float_forward.dat 
     40 
     41activ D only 
     42 
     43#testdf 1 29 21 4 r 0.0001 0.0001 
     44 
     45 
     46 
     47 
     48print_cost ON 
     49 
     50setm_impres 3 
     51setm_io 6 
     52setm_mode 0 
     53#set_nbiter 100 
     54set_nbiter 20 
     55setm_nsim 200 
     56setm_dxmin 1.0e-12 
     57setm_epsg 1.0e-12 
     58setm_ddf1 1.0 
     59 
    4560RUNM 
    4661savestate r_cout_d 0 i 0 A 3 ../obs_float/r_cout_d_optim_1.dat 
     
    208223#testing the gradients of each module  
    209224 
     225fin 
Note: See TracChangeset for help on using the changeset viewer.