ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
Suryo has joined #mlpack
< Suryo>
zoq, rcurtin: an update
< Suryo>
I've begun the tests for PSO. As of now, I've finished the sphere and rosenbrock functions. Our LBestPSO is able to pass these.
< Suryo>
I had made a mistake earlier in testing PSO in that I had forgotten to register the test cases in CMakeLists.txt but that was a couple of months back, in the first run.
< Suryo>
A side note: I'm beginning the testing process from scratch. I removed the stuff I had written earlier and I'm being careful.
< Suryo>
So yeah, as of now, it is working. But I'm still working on the improvements suggested by zoq, and working on some comments raised by conradsanderson.
< Suryo>
That's all, I guess.
< Suryo>
The code does look a lot cleaner.
< Suryo>
Also, zoq: If you could take a look at some of my new commits in PR#86 and tell me what you think about the code document style, it would be great!!