Skip to content

rblanco89/CrossLabFit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integrative Parameter Estimation

This code uses the Diferential Evolution method GPU parallelized and a 5th Runge-Kutta to solve ODE, furthermore, utilize contraints from "external" data in a qualitative way.

To compile use make

To run using different random numbers: ran=$RANDOM; ./qDE < params.param | sed 's/SEED/'$ran'/'

To run several times (parameter distributions): for ((i=0; i<100; i++)); do echo $i; ran=$RANDOM; sed -e 's/SEED/'$ran'/' params.param > tmp.param; ../../qDE < tmp.param; done

About

GPU Differential Evolution with qualitative constraint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages