rename notwa candidates to internal, sort imports

This commit is contained in:
Connor Olding 2023-05-07 07:34:15 -07:00
parent b0810cee8c
commit 9cc122b81a
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,5 @@
from .dlib import dlib_cube
from .evolopy import make_evolopy
from .nevergrad import NEVERGRAD2_OPTIMIZERS
from .nlopt import nlopt_neldermead_cube
from .fcmaes import (
make_biteopt,
make_csma,
@ -12,7 +10,9 @@ from .fcmaes import (
make_gclde,
make_lclde,
)
from .notwa import make_birect, make_mercury, make_soo
from .internal import make_birect, make_mercury, make_soo
from .nevergrad import NEVERGRAD2_OPTIMIZERS
from .nlopt import nlopt_neldermead_cube
from .random import another_random_cube, quasirandom_cube
from .scipy import (
make_shgo,