Logo
Explore Help
Register Sign In
Antoine/Atomizer
1
0
Fork 0
You've already forked Atomizer
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
b8a04c62b8d3ebc06d99dab713f570b9e674c39f
Atomizer/optimization_engine/surrogates/__init__.py

20 lines
380 B
Python
Raw Normal View History

feat: Pre-migration checkpoint - updated docs and utilities Updates before optimization_engine migration: - Updated migration plan to v2.1 with complete file inventory - Added OP_07 disk optimization protocol - Added SYS_16 self-aware turbo protocol - Added study archiver and cleanup utilities - Added ensemble surrogate module - Updated NX solver and session manager - Updated zernike HTML generator - Added context engineering plan - LAC session insights updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 10:22:45 -05:00
"""
Surrogate models for FEA acceleration.
Available surrogates:
- EnsembleSurrogate: Multiple MLPs with uncertainty quantification
- OODDetector: Out-of-distribution detection
"""
from .ensemble_surrogate import (
EnsembleSurrogate,
OODDetector,
create_and_train_ensemble
)
__all__ = [
'EnsembleSurrogate',
'OODDetector',
'create_and_train_ensemble'
]
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 52ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API