Package parsimony :: Package functions :: Module properties :: Class AtomicFunction
[hide private]
[frames] | no frames]

Class AtomicFunction

source code

object --+    
         |    
  Function --+
             |
            AtomicFunction
Known Subclasses:

This is a function that is not in general supposed to be minimised by itself. Instead it should be combined with other atomic functions and composite functions into composite functions.

Instance Methods [hide private]

Inherited from Function: f, get_params, reset, set_params

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __metaclass__ = abc.ABCMeta
Metaclass for defining Abstract Base Classes (ABCs).

Inherited from Function: __abstractmethods__

Properties [hide private]

Inherited from object: __class__