Git Product home page Git Product logo

icb-dcm / parpe Goto Github PK

View Code? Open in Web Editor NEW
19.0 7.0 4.0 57.21 MB

Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.

License: MIT License

CMake 4.17% C++ 74.58% Shell 2.09% Python 18.25% R 0.51% Dockerfile 0.04% SWIG 0.37%
parameter-estimation optimization systems-biology dynamical-modeling high-performance-computing amici petab sbml hacktoberfest ode

parpe's People

Contributors

dweindl avatar elgohr avatar katrinleinweber avatar leonardschmiester avatar merktsimon avatar pauljonasjost avatar paulstapor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

parpe's Issues

Add support for timeseries data

HDF5 file: measurements/y(sigma): condition x t x y
-> should enable chunked storage / compression
-> need to label timepoints: /measurements/[attr]timepoints double; [infinity] for steady-state data

Add minibatch optimizers

Need to reorganize training data

class MinibatchDataProvider : public MultiConditionDataProvider

Unlike MultiConditionDataProvider, need one instance per optimization to keep track of batches

Add class Optimizer, class LocalOptimizer : public Optimizer, class MiniBatchOptimizer : public LocalOptimizer
Add Optimizer::optimize(OptimizationProblem*)
-> need to refactor Ceres and Ipopt wrappers

Need to check for invalid optimizer options

Exception of type: OPTION_INVALID in file "IpAlgBuilder.cpp" at line 271:
 Exception message: Selected linear solver MA27 not available.
Tried to obtain MA27 from shared library "libhsl.so", but the following error occured:
libhsl.so: cannot open shared object file: No such file or directory

EXIT: Invalid option encountered.

Update: Should terminate if any unknown options are set

getLocalOptimum... to classes

Will make it easier to minibatch methods later on

add factory method to OptimizationOptions

Subclass OptimizationOptions for each Optimizer to account for unique options?

Check for new_x in IpOpt

IpOpt may call Eval_F and Eval_Grad_F with identical parameters. Save previous results and check for new_x to avoid recomputation.

Adapt to new data format

  • hdf5 import (simulation<->optimization parameter mapping, scaling factors)
  • remove "genotypespecific" parameter, replace by parameter map

Implement early stopping

In intermediate function, evaluate model on test set and see if prediction likelihood improves

-> need to add validation set to dataprovider

Should be usable for both batch and minibatch optimizers

Document expected format for generateHDF5DataFileFromText.py

E.g.

  • finalize column names
  • rules for observable names
  • rules for scaling parameter names in model and data files (_offset_, scaling, sigma`)
  • specification of timepoints, inf, units, ...
  • document hdf5 output
  • provide example data and sample measurements

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.