Skip to content

v0.3.2

Compare
Choose a tag to compare
@himoto himoto released this 24 Dec 01:09
· 118 commits to master since this release
fca601f

Updates:

  • Add new local search method: "DE"

    • using differential evolution with 'best2bin' strategy in local search phase

Example usage

using BioMASS

model = load_model("./examples/fos_model")

optimize(model, 1, max_generation=1000, allowable_error=0.35, local_search_method="DE")