rsethi21 / genericInteractionNetwork

Code to create pathway object from a json file.
1 stars 0 forks source link

Complete genetic algorithm implementation #4

Open rsethi21 opened 1 year ago

rsethi21 commented 1 year ago

Should be able to fit a set of parameters from the model using this heuristic. Should be customizable in terms of which parameters to fit, what data to fit against, the constraints of the parameters, and the hyperparameters of the search heuristic.

rsethi21 commented 1 year ago

May want to experiment with the following packages: geneticalgorithm or pyGAD.