[mlpack] GSoC 2014 Simulated Annealing Project

Ryan Curtin gth671b at mail.gatech.edu
Thu Mar 6 11:18:11 EST 2014


On Thu, Mar 06, 2014 at 11:09:05AM +0530, Abhishek Laddha wrote:
> > Right now there are no real bugs related to the optimizers except for
> > bug #318:
> >
> > http://www.mlpack.org/trac/ticket/318
> 
> 
> I am working on this ticket
> 
> As described in ticket 318 that we need to refactor LRSDP class in two
> classes so that LRSDP functions for template parameter of
> AugLagrangianFunction should not be seen by LRSDP object
> 
> For this we can create a new class LRSDPFunction which contain four
> functions which are required for template parameter of
> AugLagrangianFunction which are
> -double Evaluate().
> -void Gradient().
> -double EvaluateConstraint().
> -void GradientConstraint().
> 
> and LRSDP will hold the object of type
> AugLagrangian<LRSDPFunction>
> 
> Through this implementation LRSDP object will not see those four function.
> 
> I am not able to find a way for submitting the patch Could you tell me how
> can i submit my patch?

Hi Abhishek,

Just attach your patch to the ticket.  You'll need a Trac account to
comment or attach files.

Thanks,

Ryan

-- 
Ryan Curtin    | "We need some time for some things to happen!"
ryan at ratml.org |   - Bells



More information about the mlpack mailing list