-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
while attempting a test run from a bambam-omf import using a new template configuration TOML file as part of #96, we can get as far as running search. however, the app is killed by the system during search, without returning a single successful search result:
queries assigned per executor: [230, 230, 230, 230, 230, 230, 230, 229]
zsh: killed RUST_LOG=info ../rust/target/release/bambam -c denver/bambam-config-omf.toml
this is likely a search running without bounds. some possible issues:
- thrashing in the frontier space due to repeated labels
- label model domination implementation needs to be finished
- solution size is not sufficient for a termination condition with label setting
- we should be able to run bambam with query-time assignment of available_modes, but, it seems it is only set at config time (see rust/bambam/src/model/frontier/multimodal/service.rs for the build() method implementation)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working