class documentation
class TestCMOArchiving(unittest.TestCase):
Tests for the CMOArchive class
Method | test |
test if the add_points function works correctly |
Method | test_copy_ |
Test the copy function of the CMOArchive class |
Method | test |
test the hypervolume calculation for a simple case |
Method | test |
test the hypervolume_plus_constr indicator |
Method | test |
test if the infos about dominated points are removed |
Method | test |
Test the remove function, by comparing the archive with 100 points added and then 50 removed, to the with only the other 50 points added |