Luke Zoltan Kelley

Results 31 comments of Luke Zoltan Kelley

Continuing on the previous train of thought, `Task`s (and really the whole import/processing) process might be better as its own class, instead of mixed in with the `Catalog` base class,...

Hi @myradio , I think you're right that the description in the paper is actually describing absorption. I'm not sure how/why this got mixed up in the paper - but...

Hi, in principle it seems like this should be possible, but I've never explored negative weights. There will be some points in the code that need modification, for example, how...

+1. The issue is with the new [“System Integrity Protection” (SIP)](http://arstechnica.com/apple/2015/09/os-x-10-11-el-capitan-the-ars-technica-review/8/), [but there is a workaround to disable it](http://totalterminal.binaryage.com/#sip). Hopefully someone (more competent than myself) will manage a new major...

Some more illustrations.... ![latex_atom_1](https://user-images.githubusercontent.com/3839265/30253365-48687216-9651-11e7-8c82-83a04dd9c1d3.gif) ![latex_atom_2](https://user-images.githubusercontent.com/3839265/30253367-4ac24e7e-9651-11e7-8464-6803b34a1409.gif)

This feature-request is pre-approved.

Hmmm. I've been able to run up to ~20k samples with up to ~1k realizations, but the code has changed since then. Still, I'm guessing it might not be something...

Thanks for the additional info. These types of issues are always a huge pain to debug! It still sounds like it could conceivably be a memory issue of some sort....

I don't have much useful to suggest, sorry! But a few grasping-at-straws thoughts: * Is it possible there are particular parameters that are causing the problem? The parameter-sets are ordered...

Added a list of parameter names to flag as errors, `PARAM_NAMES__ERROR`, as a partial solution. Can also implement a `PARAM_NAMES__WARN` version