com.mancrd.ahah.samples.model.functional
Class SpikeLogicFuntionVsTimeApp

java.lang.Object
  extended by com.mancrd.ahah.samples.model.ModelExperiment
      extended by com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
          extended by com.mancrd.ahah.samples.model.functional.SpikeLogicFuntionVsTimeApp

public class SpikeLogicFuntionVsTimeApp
extends FunctionalModelExperiment

Determines the logic function of attractor states of a spike-encoded binary input. Each AHaH node will randomly converge to a stable attractor state. The purpose of this experiment is to show that the AHaH attractor states are stable. "Logical 0"-->Spike Pattern {1,z} "Logical 1"-->Spike Pattern {z,1} 'z' is a floating input Examples: Binary Logic-->Spike Logic 00-->1z1z 01-->1zz1 10-->z11z 11-->z1z1 NOTE!! Add -Xms512m -Xmx1024m to VM args when running this.

Author:
timmolter

Field Summary
 
Fields inherited from class com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
isModelA
 
Constructor Summary
SpikeLogicFuntionVsTimeApp()
           
 
Method Summary
 void go()
           
static void main(String[] args)
           
 
Methods inherited from class com.mancrd.ahah.samples.model.functional.FunctionalModelExperiment
testSpikeLogicState
 
Methods inherited from class com.mancrd.ahah.samples.model.ModelExperiment
getOrthogonalSpikeLogicSpikePattern, getThreePatternSpikeLogicSpikePattern, getThreePatternSpikePattern, H
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpikeLogicFuntionVsTimeApp

public SpikeLogicFuntionVsTimeApp()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Parameters:
args -
Throws:
IOException

go

public void go()
        throws IOException
Throws:
IOException


Copyright © 2013–2014 M. Alexander Nugent Consulting, Research and Devlopment. All rights reserved.