aiddl-test.optimization.combinatorial.knapsack.knapsack-02.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.test02)
(#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)
(^Problem-0-1@KS problem
(
capacity:11
per-item-limit:1
items:{
(name:i1 weight:3 value:4)
(name:i2 weight:4 value:6)
(name:i3 weight:6 value:5)
(name:i4 weight:11 value:10)
}
))
© 2015 - 2025 Weber Informatics LLC | Privacy Policy