FullySimCircuit.py#
- class Circuit.FullySimCircuit.FullySimCircuit(index: int, filename: str, sine_funcs, rand, logger: Logger, mutation_prob: float)[source]#
A concrete class, the fully simulated circuit that stores its own bitstream in memory
- copy_from(other)[source]#
Fully copy the bitstream from the other circuit
- Parameters:
other (Circuit) – The other circuit to copy the bitstream from