8 lines
150 B
Python
8 lines
150 B
Python
|
|
"""
|
||
|
|
NX OptiMaster Optimization Engine
|
||
|
|
|
||
|
|
Core optimization logic with Optuna integration, reused and enhanced from Atomizer.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.1.0"
|