Chariton Karamitas

Results 2 issues of Chariton Karamitas

Passing `gene_type=int` in the `GA` class constructor, will result in internal `numpy` arrays holding 64-bit integer values. This is well known to numpy users: ``` >>> type(numpy.array([1], dtype=int)[0]) ``` This,...

enhancement

On Microsoft Windows with VC 11.0, **msvs.py** assumes **cl.exe** is in the following directory: *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\bin\amd64* However, things changed on VC 11.0 and now compiler binaries...