- Update project name in all documentation files - Update GitHub repository references to Anto01/Atomizer - Update Python package name to 'atomizer' - Update conda environment name references - Update all module docstrings with new branding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
127 B
Python
8 lines
127 B
Python
"""
|
|
Atomizer Optimization Engine
|
|
|
|
Core optimization logic with Optuna integration for NX Simcenter.
|
|
"""
|
|
|
|
__version__ = "0.1.0"
|