Chris Fusting

Results 10 comments of Chris Fusting

Hey guys, I believe I have isolated the problem. It appears that the differences I am seeing are a limitation of the algorithm and not a bug. To gain intuition...

I felt like using the other objects to retrieve the hall of fame was a bit circuitous. I'll add the item to maximize.

I resolved these as best I could but I think another commit occurred around the same time as mine. Perhaps we should have the other merger have a look over...

Assuming it takes a bit of time to evaluate an individual you can parallelize the call to evaluate in https://github.com/cfusting/fastgp/blob/master/fastgp/algorithms/afpo.py over the population.

I'm also getting failure on connect. Same error from the command line and below called directly from Python. ``` >>> modisDown=downmodis.downModis('/users/c/f/cfusting/scratch/snow',user='cfusting',password='***',tiles='h20v02',today='2011.01.01',enddate='2014-12-31',delta=1,product='MOD10A2.006',url='https://n5eil01u.ecs.nsidc.org', path='MOST') >>> modisDown.connect() /gpfs1/home/c/f/cfusting/modis/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py:852: InsecureRequestWarning: Unverified HTTPS request is...

Same response today. Here is the output from modisMOD10A2.006.log: `2017-02-14 08:31:45,205 - DEBUG - Starting new HTTPS connection (1): n5eil01u.ecs.nsidc.org 2017-02-14 08:31:45,412 - DEBUG - https://n5eil01u.ecs.nsidc.org:443 "GET /MOST/MOD10A2.006 HTTP/1.1" 302...

@StefaniePes If you are having the same issue I did you might try the software developed by @Gabriel-Desharnais - did the trick for me.

The hack to fix this is to set n_init = len(subsets).

I was able to resolve this by installing PPInterpolation and CharFuncPricing locally and removing the requirements in the project.toml.