-
I spend the last train ride thinking a lot about a more streamlined version of the PathMovers and PathMoveChanges (PMC). This includes also a faster loading which is almost finished.
#### What we have…
-
-
一开始叫我读FizzBuzz我是拒绝的,因为你不能叫我读我就读,首先我要试一下
所以暂时没读多少的情况下,先琢磨出了个解法.抛砖引玉吧.
这个题看起来像MonadPlus能干的事情,不过事实上不是...
因为MonadPlus中一旦有一个地方计算失败了,后续的计算都被取消了.
所以我对MonadPlus做了一点"hack", 以下代码的关键在于`amend`和`unamend`.
`am…
-
I wanted a test for a matrix being symmetric, and wrote one. Then thought it might be useful to have in core.matrix, added it to core.matrix and vectorz-clj, and rewrote it to speed it up. Does it s…
-
Considering that you are revising the conceptual modeling of your framework, I come here with an idea about how to model measurements that you could exploit in an experiment or simply as a way to get …
-
Release field report from Bangladesh research trip. :earth_asia:
Phase: Research / Build / Ship
Owner: @laurareynal
Decision: @davidascher
Lead design: @thisandagain
Lead dev: n/a
Quality: @cassiem…
-
In the near future (before May 5) I plan on refactoring `plotROCRCurves` to use [plotROC](http://cran.r-project.org/web/packages/plotROC/index.html) which uses `ggplot2` instead of base graphics. This…
-
The feature I like the least by far in jMetal is the `jmetal.core.Solution` class. The point is that many algorithms require them to have particular fields. For example, NSGA-II is based on solution r…
-
As of this writing, Crossbar only works on Python 2.x because of an incomplete port of Twisted to Python 3. (I am still running into the twisted.systemd import issues on Python 3.{3,4} that others hav…
-
http://findingscience.com/ruby/2014/11/17/why-im-renaming-a-gem.html
> I think the best argument basically boils down to a question of whether or not I, as an open source developer, want to be as wel…