Files
PSO/.gitignore
T
jung-geun 813433000a feat: modernize PSO and add convergence research
Migrate the package and examples to the tensor-native PyTorch implementation, add benchmark evidence, and add the guarded post-training convergence protocol with TensorBoard progress monitoring and hash-verified recovery.

Constraint: Preserve one-shot official-test sealing and auditable research artifacts

Rejected: Commit local .omc runs and downloaded datasets | multi-gigabyte runtime state is machine-local

Confidence: high

Scope-risk: broad

Not-tested: Production CUDA run on pieroot-server
2026-09-07 22:03:25 +09:00

37 lines
413 B
Plaintext

*.pyc
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
.vscode/settings.json
# pypi
dist/
build/
pso2keras.egg-info/
# 테스트용 파일
test.ipynb
test.py
log2plt.ipynb
# 결과 저장용 디렉토리
result/
logs/
# 논문 관련 파일
*.pdf
*.pptx
관련 논문/
발표 자료/
.vscode/
metacode/
# uv / venv
.venv/
.uv/
# Local research execution state and large downloaded datasets
.omc/
runs/