Skip to content

Commit

Permalink
feat: flux sampling with optlang solvers (#484) [fix #415]
Browse files Browse the repository at this point in the history
- port the cobra legacy solver sampling implementation to optlang solvers
- sample now takes a fluxes arg
- validate can validate both sample outputs
- sample and batch now return DataFrames
- updated docs
- Non-homogeneous sampling is now almost as fast as homogeneous sampling
  due to pre-projecting search directions
- ARCHSampler renamed to ACHRSampler as it is known in the literature
- changed internal problem representation
- even less frequent reprojection, method seems to be pretty stable
- sample now also allows setting the thinning parameter
  • Loading branch information
cdiener authored and hredestig committed May 4, 2017
1 parent 83fc700 commit b1ec5e9
Show file tree
Hide file tree
Showing 4 changed files with 642 additions and 397 deletions.

0 comments on commit b1ec5e9

Please sign in to comment.