NEHlo
NEHlo is a fictional open-source framework for hierarchical optimization using neural-guided search. It provides a representation for hierarchical decision problems where high-level decisions constrain lower-level choices, and uses a combination of traditional optimization backends and neural networks to guide search. It supports modeling tasks such as facility layout, job scheduling, and multi-robot planning by decomposing problems into levels and enabling communication between levels through defined interfaces.
History: Began as a research initiative in 2020 by contributors from an unnamed consortium; first public release
Technical overview: Implemented in Python with performance-critical parts in C++. Core components include a problem DSL
Examples: The library illustrates a two-level problem where the upper level assigns regional production targets and
Reception and status: In academia, NEHlo is cited in optimization and AI planning literature as a framework