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

aiddl-test.optimization.combinatorial.knapsack.knapsack-04.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.test04)

(#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-Bounded@KS problem
  {
    capacity:100
    per-item-limit:3
    items:
      [
        (name:i1 value:26 weight:4)
        (name:i2 value:22 weight:5)
        (name:i3 value:13 weight:5)
        (name:i4 value:2 weight:22)
        (name:i5 value:16 weight:6)
        (name:i6 value:9 weight:20)
        (name:i7 value:14 weight:18)
        (name:i8 value:6 weight:9)
        (name:i9 value:2 weight:22)
        (name:i10 value:6 weight:15)
      ]
  })




© 2015 - 2025 Weber Informatics LLC | Privacy Policy