Skip to content

bugs during test of template TOML file #97

@robfitzgerald

Description

@robfitzgerald

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
  • 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)

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions