moarchiving API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Module Index

  • moarchiving - This package implements a multi-objective non-dominated archive for 2, 3 or 4 objectives, providing easy and fast access to multiple hypervolume indicators:
    • constrained_moarchive - Module for the CMOArchive class, which provides additional functionality for constrained multi-objective optimization to the MOArchive classes, while keeping the same interface.
    • get_archive - Convenience create functions for any of the nondominated archives.
    • moarchiving - A bi-objective nondominated archive,
    • moarchiving3obj - This module contains a MOArchiving3obj class for storing a set of non-dominated points in 3 objective space and efficiently calculating hypervolume with respect to the given reference point.
    • moarchiving4obj - This module contains a MOArchiving4obj class for storing a set of non-dominated points in 4 objective space and calculating hypervolume with respect to the given reference point.
    • moarchiving_parent - This module contains a parent class to MOArchiving3obj and MOArchiving4obj, to avoid code duplication.
    • moarchiving_utils - This module contains various utility functions and classes for the MOArchiving package.
    • test - Run all doctests and unit tests in the moarchiving package.
    • tests - Here are all the tests for moarchiving package.
      • point_sampling - This module provides functions to generate non-dominated points for testing purposes
      • test_constrained_moarchiving - Test the CMOArchive class
      • test_moarchiving2obj - Test the BiobjectiveNondominatedSortedList class
      • test_moarchiving3obj - Test the MOArchive3obj class
      • test_moarchiving4obj - Test the MOArchive4obj class
      • test_sorted_list - Test the MySortedList class.
    • __main__ - Undocumented
API Documentation for moarchiving, generated by pydoctor 23.9.1 at 2025-03-14 16:01:47.