Class DummyPhenomeCache

A dummy phenome cache implementation that does nothing.

This class is used when the GeneticSearch is created without a phenome cache.

Implements

Constructors

Methods

  • Exports the cache as a record of genome IDs to phenome.

    Returns Record<number, never>

    The cache as a record of genome IDs to phenome.

  • Imports the cache from a record of genome IDs to phenome.

    Parameters

    • _: Record<number, never>

    Returns void