aiddl-test.optimization.combinatorial.knapsack.knapsack-generator.aiddl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aiddl-common-scala Show documentation
Show all versions of aiddl-common-scala Show documentation
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