istratde
iStratDE is a GPU-accelerated Differential Evolution framework that enhances performance through individual-level strategy diversity. By assigning unique, fixed strategies to each individual at initialization, it achieves robust, communication-free optimization without complex adaptation mechanisms. Supporting both JAX and PyTorch backends.
파일 탐색기
최종 버전 다운로드 (.zip)- evox_brand_dark.svg
- evox_brand_light.svg
- evox_logo_dark.png
- evox_logo_light.png
- framework.png
- hopper.gif
- reacher.gif
- swimmer.gif
- example.py
- example_brax.py
- example_cec2022.py
- example.py
- example_brax.py
- example_cec2022.py
- __init__.py
- cmaes.py
- de.py
- istratde.py
- sort_utils.py
- __init__.py
- de.py
- istratde.py
- __init__.py
- M_10_D10.txt
- M_10_D2.txt
- M_10_D20.txt
- M_11_D10.txt
- M_11_D2.txt
- M_11_D20.txt
- M_12_D10.txt
- M_12_D2.txt
- M_12_D20.txt
- M_1_D10.txt
- M_1_D2.txt
- M_1_D20.txt
- M_2_D10.txt
- M_2_D2.txt
- M_2_D20.txt
- M_3_D10.txt
- M_3_D2.txt
- M_3_D20.txt
- M_4_D10.txt
- M_4_D2.txt
- M_4_D20.txt
- M_5_D10.txt
- M_5_D2.txt
- M_5_D20.txt
- M_6_D10.txt
- M_6_D2.txt
- M_6_D20.txt
- M_7_D10.txt
- M_7_D2.txt
- M_7_D20.txt
- M_8_D10.txt
- M_8_D2.txt
- M_8_D20.txt
- M_9_D10.txt
- M_9_D2.txt
- M_9_D20.txt
- Rand_Seeds.txt
- shift_data_1.txt
- shift_data_10.txt
- shift_data_11.txt
- shift_data_12.txt
- shift_data_2.txt
- shift_data_3.txt
- shift_data_4.txt
- shift_data_5.txt
- shift_data_6.txt
- shift_data_7.txt
- shift_data_8.txt
- shift_data_9.txt
- shuffle_data_6_D10.txt
- shuffle_data_6_D20.txt
- shuffle_data_7_D10.txt
- shuffle_data_7_D20.txt
- shuffle_data_8_D10.txt
- shuffle_data_8_D20.txt
- __init__.py
- ackley.py
- brax.py
- cec2022.py
- sphere.py
- __init__.py
- brax.py
- cec2022.py
- hpo_wrapper.py
- utils.py
- __init__.py
- __init__.py
- _vmap_fix.py
- algorithm.py
- common.py
- distributed.py
- module.py
- monitor.py
- operator.py
- problem.py
- pytree_dataclass.py
- state.py
- __init__.py
- crossover.py
- selection.py
- __init__.py
- eval_monitor.py
- std_workflow.py
- __init__.py
- common.py
- differential_evolution.py
- find_pbest.py
- jit_fix_operator.py
- parameters_and_vector.py
- re_export.py
- standard.py
- std_so_monitor.py
- __init__.py
- .gitignore
- LICENSE
- pyproject.toml
- README.md
- show_env.py
# 설치 가이드
git clone https://github.com/EMI-Group/istratde
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd istratde
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install \
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install torch --index-url https://download.pytorch.org/whl/cu121
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/EMI-Group/evox.git@v1.1.1
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움pip install \
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install torch --index-url https://download.pytorch.org/whl/cu121
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install git+https://github.com/EMI-Group/evox.git@v1.1.1
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
