Giter Site home page Giter Site logo

parthnatekar / kinetic-parameter-estimation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 MB

Global + Local search for kinetic parameter estimation

Python 100.00%
nelder-mead-simplex genetic-algorithms parameter-estimation global-search optimization estimates

kinetic-parameter-estimation's Introduction

Global + Local search for Kinetic Parameter Estimation

 

This code implements a parameter estimation pipeline for an MAPK cascade

Two algorithms are implmented - A genetic algorithm and the Nelder-Mead Simplex. These can be used in conjunction for any generic parameter estimation problem.

 

Workflow

Parameter search using local Nelder-Mead simplex

Parameter search using Genetic Algorithm

Combined estimation using GA for global search and NMS for local search

Results using only Nelder-Mead simplex or only GA

Results using only Nelder-Mead (Better for local search) Results using only GA (Better for global search)

 

Results using both algorithms

While the Nelder-Mead simplex is a good local search heuristic, Genetic Algorithms are good for global search. It then makes sense to apply these in sucession, getting global estimates from the Genetic Algorithm and fine-tuning these with the Nelder-Mead simplex

Results using both Algorithms together Results using both Algorithms together

 

Performance of the three search heuristics

drawing

Error for different algorithms

 

As can be seen from the images and table, GA for global search followed by NM for local search gives most accurate parameter estimates.

kinetic-parameter-estimation's People

Contributors

haranrk avatar parthnatekar avatar

Watchers

 avatar

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.