mlpack / ensmallen

A header-only C++ library for numerical optimization --
http://ensmallen.org
Other
742 stars 120 forks source link

AGEMOEA for Convex Fronts #407

Closed IWNMWE closed 2 months ago

IWNMWE commented 2 months ago

This PR is to fix the drift seen in AGEMOEA for highly convex functions(eg MAF3)

IWNMWE commented 2 months ago

Looks good to me.

Still need to fix a few things. Will make those changes in this week

IWNMWE commented 2 months ago

That's all the fixes I wanted to do. I think its good to go

zoq commented 2 months ago

@mlpack-jenkins test this please

IWNMWE commented 2 months ago

[ensmallen_tests.global.DemonSGDLogisticRegressionTest] Looks like this test might be failing due to rng seed

zoq commented 2 months ago

@mlpack-jenkins test this please

zoq commented 2 months ago

Same here, let's see if that comes back green and merge it.

IWNMWE commented 2 months ago

Again the same test is failing. Can we try it again then I can pull these changes in my maf PR and that one should start passing

zoq commented 2 months ago

@mlpack-jenkins test this please

zoq commented 2 months ago

Thanks for the contribution.