HIPPO (Heuristic Iterative Procedure for Parameter Optimization) is the companion software of the publication:
Benjamín J. Sánchez, Daniela C. Soto, Héctor Jorquera, Claudio A. Gelmi, José R. Pérez-Correa (2014). HIPPO: An iterative reparametrization method for identification and calibration of dynamic bioreactor models of complex processes. Industrial & Engineering Chemistry Research. 53(48): 18514 - 18525 (http://www.dx.doi.org/10.1021/ie501298b)
HIPPO was programmed by Benjamín J. Sánchez (@BenjaSanchez), excluding the functions identifica, ksensibilidadBSB and intconfianzaBSB, that were programmed by Dr. Claudio Gelmi (www.systemsbiology.cl), Engineering School, Pontificia Universidad Católica de Chile.
HIPPO is available for free (for academic or non commercial purposes only) at http://www.systemsbiology.cl/tools/ No technical support is provided for its use.
Last update: 2015-08-19
========================
- MATLAB (7.5 or higher) + Optimization Toolbox.
- Scatter Search for MATLAB (SSm, available free of charge for academic users at http://www.iim.csic.es/~gingproc/ssmGO.html)
========================
- load_problem.m
- model.m
- obj_var.m
- permited_it.m
- plotResults.m
- You also need to have a file with the experimental data, and you can also add more .m files if your code uses them.
- HIPPO.m
- add_it.m
- iteration.m
- obj_func.m
- solve_ODE.m
- reg_analysis.m
- lsq_func.m
- decision.m
- find_best.m
- identifica.p
- ksensibilidadBSB.p
- intconfianzaBSB.p