hal-cgp icon indicating copy to clipboard operation
hal-cgp copied to clipboard

Assert runtime invariant: all individuals in `MuPlusLambda::step` need to have a non-None index

Open jakobj opened this issue 3 years ago • 3 comments

The logic in MuPlusLambda (and likely in other places) assumes that all individuals in a population have been assigned a valid index. We should thus make sure of this in the beginning of this function using an assert.

jakobj avatar Dec 06 '22 14:12 jakobj

can't install this package in windows 10, use "python setup.py install" to install hal-cgp-0.3.0.tar.gz, please help me

(base) D:\Download\hal-cgp-0.3.0>python setup.py install Traceback (most recent call last): File "setup.py", line 73, in install_requires=read_requirements(), File "setup.py", line 25, in read_requirements with open("./requirements.txt") as f: FileNotFoundError: [Errno 2] No such file or directory: './requirements.txt'

xueyongtu avatar Aug 15 '23 03:08 xueyongtu

I also tried other ways to install, all failed

xueyongtu avatar Aug 15 '23 03:08 xueyongtu

I deal with it by copying the requirements.txt into the file

xueyongtu avatar Aug 15 '23 04:08 xueyongtu