All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aiddl-test.optimization.combinatorial.knapsack.knapsack-generator.aiddl Maven / Gradle / Ivy

Go to download

Provides common types and algorithm implementations for the fast prototyping integrative AI systems with the AIDDL framework.

The newest version!
(#mod self org.aiddl.common.test.optimization.combinatorial.knapsack.generator)

(#req Eval org.aiddl.eval.namespace)
(#nms TypeOps type-ops@Eval)
(#nms NumOps numerical-ops@Eval)
(#nms BasicOps basic-ops@Eval)

(#req KS org.aiddl.common.optimization.combinatorial.knapsack)

(term generator-task
  (
    capacity:100
    per-item-limit:1
    items:10
    weight:(1 30)
    value:(1 30)
))




© 2015 - 2025 Weber Informatics LLC | Privacy Policy