Ignore:
Timestamp:
10/07/13 10:54:18 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: md.inversion.cost_functions is now only one line (i.e., we cannot change the cost function during the optimization)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test213.py

    r15771 r16307  
    2323md.inversion.max_parameters=2.*10**9*ones((md.mesh.numberofvertices,1))
    2424md.inversion.nsteps=2
    25 md.inversion.cost_functions=101.*ones((md.inversion.nsteps,1))
     25md.inversion.cost_functions=101.
    2626md.inversion.cost_functions_coefficients=ones((md.mesh.numberofvertices,1))
    2727md.inversion.gradient_scaling=10**7*ones((md.inversion.nsteps,1))
Note: See TracChangeset for help on using the changeset viewer.