Skip to content

Commit 0271ecc

Browse files
Update plot_2d_landscape_for_nonseparable_functions.py
1 parent 539355f commit 0271ecc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tutorials/plot_2d_landscape_for_nonseparable_functions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
import matplotlib.pyplot as plt
88

99
from pypop7.benchmarks.utils import generate_xyz
10-
# abstract class for all evolution Strategies
11-
from pypop7.optimizers.es.es import ES
12-
# Matrix Adaptation Evolution Strategy
13-
from pypop7.optimizers.es.maes import MAES
1410

1511

1612
matplotlib.rcParams['font.family'] = 'sans-serif'

0 commit comments

Comments
 (0)