mirror of
https://github.com/jung-geun/PSO.git
synced 2026-09-20 14:11:48 +09:00
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
37 lines
413 B
Plaintext
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/ |