Files
PSO/.gitignore
jung-geun 7d22ededc7 23-07-12
xor iris 수치 교정
파티클의 분포 조정 가능하게 수정
random 시드 추출
2023-07-12 05:03:18 +09:00

18 lines
202 B
Plaintext

*.pyc
__pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints/
# 테스트용 파일
test.ipynb
# 결과 저장용 디렉토리
result/
# 논문 관련 파일
*.pdf
*.pptx
관련 논문/
발표 자료/