verne.freenode.net changed the topic of #mlpack to: http://www.mlpack.org/ -- We don't respond instantly... but we will respond. Give it a few minutes. Or hours. -- Channel logs: http://www.mlpack.org/irc/
vss has joined #mlpack
bvr has quit [Ping timeout: 240 seconds]
govg has quit [Ping timeout: 248 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
govg has quit [Ping timeout: 240 seconds]
govg has joined #mlpack
vss has quit [Quit: Page closed]
govg has quit [Quit: leaving]
victorSN has quit [Remote host closed the connection]
< zoq> Currently working on the CMAES PR, at some point I'd like to use 'arma::mat populationParameter(weights.n_elem, populationSize)' and 'populationParameter.col(index)' but in #1002 we switch from arma::vec to arma::rowvec for the weights not sure I get the reason for the change; since now I can't just call e.g. 'Evalaute(populationParameter.col(index), functionIndex)' which should be faster as
< zoq> 'Evalaute(populationParameter.row(index), functionIndex)'?