Skip to content

GPU Differential Evolution with qualitative constraint

Notifications You must be signed in to change notification settings

rblanco89/qualitativeDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 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