Git Product home page Git Product logo

inverse-modeling-2017's People

Contributors

jspaaks avatar

Watchers

 avatar  avatar

inverse-modeling-2017's Issues

diffevo does not (always) work

for finding just the optimum, it is kind of OK, but for the metropolis part, the incorrect sampling really affects the shape of the distribution. This can be avoided by setting F equal to 0 (disabling the first distance, dist1).

We should update the text, snippets, and pictures in the syllabus, as well as the scripts in /exercises and in /solutions

diffevo: see if a pure Storn and Price implementation works for our examples

Currently, there are some differences between our DiffEvo version (which is based on Jasper's homework2 assignment), and what Storn and Price describe. For example,

  • Storn and Price jump either from a random member of the population, or from the best-scoring member
  • Storn and Price mutate a point with 1 difference vector, not 2
  • Storn and Price apply a crossover mechanism to increase diversity in the population

magic numbers in calculating the response surface

plot(0.00207+[-1,-1]*0.00012,[0,2],'--',...
0.00207+[1,1]*0.00012,[0,2],'--','linewidth',1,'color',0.9*[1,1,1]);
plot([0,0.1],0.585+[1,1]*0.029,'--',...
[0,0.1],0.585+[-1,-1]*0.029,'--','linewidth',1,'color',0.9*[1,1,1]);

I think they are the optima (and standard deviation) of T and S calculated based on SSR residuals (as in Burt & Barber example), but it's not mentioned anywhere that I can see.

The caption talks about the standard deviation being 0.01 [m], which is information that you need to calculate the magic numbers.

MultiStart_Simplex calibration period figure should also show input precipitation

code:

% plot the 20 simulations
figure
for i=1:20
[SimData(i,:)]=hymod(X(i,:),Extra);
end
plot(Extra.calPeriod(1):Extra.calPeriod(2),Extra.MeasData(Extra.calPeriod(1):Extra.calPeriod(2)),'.m',...
Extra.calPeriod(1):Extra.calPeriod(2),SimData);
ylabel('Discharge [m^3/s]')
xlabel('Calibration Period [days]')
title('dots=measured, lines=simulations')

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.