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/test214.m

    r15771 r16307  
    1111md.inversion.max_parameters=2*10^9*ones(md.mesh.numberofvertices,1);
    1212md.inversion.nsteps=2;
    13 md.inversion.cost_functions=101*ones(md.inversion.nsteps,1);
     13md.inversion.cost_functions=101;
    1414md.inversion.cost_functions_coefficients=ones(md.mesh.numberofvertices,1);
    1515md.inversion.gradient_scaling=10^7*ones(md.inversion.nsteps,1);
Note: See TracChangeset for help on using the changeset viewer.