class documentation

class TestMOArchiving2obj(unittest.TestCase):

View In Hierarchy

Tests for the BiobjectiveNondominatedSortedList class

Method test_add test if the add_points function works correctly
Method test_copy_MOArchive Test the copy function of the MOArchive3obj class
Method test_hypervolume_easy test the hypervolume calculation for a simple case
Method test_hypervolume_plus test the hypervolume_plus indicator
Method test_infos_dominated test if the infos about dominated points are removed
Method test_infos_non_dominated test if the infos are stored correctly - if the points are non dominated, the infos should be the same
def test_add(self):

test if the add_points function works correctly

def test_copy_MOArchive(self):

Test the copy function of the MOArchive3obj class

def test_hypervolume_easy(self):

test the hypervolume calculation for a simple case

def test_hypervolume_plus(self):

test the hypervolume_plus indicator

def test_infos_dominated(self):

test if the infos about dominated points are removed

def test_infos_non_dominated(self):

test if the infos are stored correctly - if the points are non dominated, the infos should be the same