Serialized Form


Package jaga

Class jaga.BitSet implements Serializable

Serialized Fields

length

int length

Class jaga.FullOrderGenotype implements Serializable

Class jaga.Genotype implements Serializable

Serialized Fields

ACCURACY

double ACCURACY

fitness

double fitness

properties

java.util.Vector properties

Class jaga.Queue implements Serializable

Class jaga.SampleData implements Serializable

Serialized Fields

sampleSeparation

int sampleSeparation


Package jaga.control

Class jaga.control.HistoryWindowIM implements Serializable

Serialized Fields

windowSize

int windowSize

mainPopulation

int mainPopulation

newest

int newest

oldest

int oldest

historyWindow

Genotype[] historyWindow

Class jaga.control.JobInterviewIM implements Serializable

Serialized Fields

nrRounds

int nrRounds

thresholds

double[][] thresholds

roundTargets

int[] roundTargets

evolvers

Evolver[] evolvers

nrPops

int nrPops

mainPop

int mainPop

fittestPossible

Genotype fittestPossible

worstPossible

Genotype[] worstPossible

snapshotPainter

islandev.SnapshotPainter snapshotPainter

thisRoundInds

java.util.Collection[] thisRoundInds

finishedGeneration

boolean finishedGeneration

currRound

int currRound

bestInds

Genotype[] bestInds

Class jaga.control.Monica implements Serializable

Serialized Fields

maxGenerations

int maxGenerations

solutionGenotypeTemplate

Genotype solutionGenotypeTemplate

interactionModel

InteractionModel interactionModel

nrEvolvers

int nrEvolvers

populationHistory

java.util.Vector populationHistory

popLogFreq

int popLogFreq

popLogCount

int popLogCount

prevPopulations

Population[] prevPopulations

prevFittest

Genotype[] prevFittest

prevAvgFitness

double[] prevAvgFitness

prevGenerations

int[] prevGenerations

incomingMigrators

Genotype[] incomingMigrators

name

java.lang.String name

Class jaga.control.NoisyIM implements Serializable

Serialized Fields

nrEvals

int nrEvals

method

int method

sameTrialsPerGeneration

boolean sameTrialsPerGeneration

im

InteractionModel im

deploy

Deployment deploy

crie

ConfigurableRandomInputExperiment crie

rnd

java.util.Random rnd

seeds

java.util.Vector seeds

numPops

int numPops

Class jaga.control.NoisyPIM implements Serializable

Serialized Fields

evals_e

int evals_e

evals_f

int evals_f

evals_i

int evals_i

nrEvals

int nrEvals

im

InteractionModel im

deploy

Deployment deploy

crie

ConfigurableRandomInputExperiment crie

seeds

java.util.Vector seeds

method

int method

numPops

int numPops

numProps

int[] numProps

Class jaga.control.ShellIM implements Serializable

Serialized Fields

yokeIM

InteractionModel yokeIM

Class jaga.control.StandardInteractionModel implements Serializable

Serialized Fields

currentIndividual

int currentIndividual

inputSampleSeparation

int inputSampleSeparation

evolver

Evolver evolver

deployment

Deployment deployment

experiment

Experiment experiment

painter

islandev.SnapshotPainter painter


Package jaga.evolve

Class jaga.evolve.AdaptiveMutator implements Serializable

Serialized Fields

currentPop

Population currentPop

mutator

GeneticOperator mutator

HIGHEST_HAM

double HIGHEST_HAM

LOWEST_HAM

double LOWEST_HAM

highMut

double highMut

lowMut

double lowMut

m

double m

c

double c

Class jaga.evolve.BitMutator implements Serializable

Serialized Fields

bitMutationProb

double bitMutationProb

Class jaga.evolve.BlockCopy implements Serializable

Serialized Fields

blockSize

int blockSize

alignmentSize

int alignmentSize

alignmentOffset

int alignmentOffset

readOnlyAlignments

int readOnlyAlignments

globalOffset

int globalOffset

rnd

java.util.Random rnd

Class jaga.evolve.BunchMutator implements Serializable

Serialized Fields

bunchSize

int bunchSize

nrBunches

int nrBunches

alignmentSize

int alignmentSize

alignmentOffset

int alignmentOffset

lockedAlignments

int lockedAlignments

globalOffset

int globalOffset

Class jaga.evolve.Chopper implements Serializable

Serialized Fields

chopAmount

int chopAmount

Class jaga.evolve.ExactGenotypeMutator implements Serializable

Serialized Fields

mutsPerGenotype

int mutsPerGenotype

random

java.util.Random random

rangeStart

int rangeStart

rangeLength

int rangeLength

Class jaga.evolve.FitnessProportionateSelector implements Serializable

Serialized Fields

pop

Population pop

cumFitnesses

double[] cumFitnesses

Class jaga.evolve.LockingExactGenotypeMutator implements Serializable

Serialized Fields

mutsPerGen

int mutsPerGen

halfLife

double halfLife

rnd

java.util.Random rnd

bitAges

int[] bitAges

lastElite

Genotype lastElite

Class jaga.evolve.Population implements Serializable

Serialized Fields

genotypes

java.util.Vector genotypes

sorted

boolean sorted

generationNumber

int generationNumber

Class jaga.evolve.RankSelector implements Serializable

Serialized Fields

pop

Population pop

rankTable

double[] rankTable

cumRankProbs

double[] cumRankProbs

keepRanks

boolean keepRanks

Class jaga.evolve.Reproducer implements Serializable

Class jaga.evolve.SAGAMutator implements Serializable

Serialized Fields

MIN_FITNESS

double MIN_FITNESS

mutFloor

int mutFloor

mutRoof

int mutRoof

km

double km

fitnessIndex

int fitnessIndex

rangeStart

int rangeStart

rangeEnd

int rangeEnd

currentMutator

ExactGenotypeMutator currentMutator

egmCache

ExactGenotypeMutator[] egmCache

currentPop

Population currentPop

currentPopAvgFitness

double currentPopAvgFitness

Class jaga.evolve.SinglePointXOver implements Serializable

Serialized Fields

rnd

java.util.Random rnd

Class jaga.evolve.StandardEvolver implements Serializable

Serialized Fields

numOfElites

int numOfElites

populationSize

int populationSize

initialGenotypeLength

int initialGenotypeLength

currentGeneration

Population currentGeneration

previousGeneration

Population previousGeneration

operators

GeneticOperator[] operators

operatorProbabilities

double[] operatorProbabilities

selector

Selector selector

seeds

Genotype[] seeds

reproducer

Reproducer reproducer

Class jaga.evolve.Stretcher implements Serializable

Serialized Fields

stretchAmount

int stretchAmount

copyFrom

int copyFrom


Package jaga.experiment

Class jaga.experiment.CompleteShuffledTPG implements Serializable

Class jaga.experiment.ConfigurableRandomInputMultiOutputExperiment implements Serializable

Serialized Fields

mainCRIExp

ConfigurableRandomInputExperiment mainCRIExp

savedParam

java.lang.Object savedParam

Class jaga.experiment.CorrelationFitnessFunction implements Serializable

Serialized Fields

invPenalty

double invPenalty

Class jaga.experiment.MultiOutputExperiment implements Serializable

Serialized Fields

exps

Experiment[] exps

mainExp

int mainExp

Class jaga.experiment.MultipleSampleAvgFitnessFunction implements Serializable

Serialized Fields

inFF

FitnessFunction inFF

sampleLength

int[] sampleLength

samplePos

int[] samplePos

Class jaga.experiment.NRepeatsTPG implements Serializable

Serialized Fields

n

int n

rnd

java.util.Random rnd

Class jaga.experiment.PerRowFitnessFunction implements Serializable

Serialized Fields

inFF

FitnessFunction inFF

Class jaga.experiment.PessimisticFitnessFunction implements Serializable

Serialized Fields

inFF

FitnessFunction inFF

Class jaga.experiment.SimpleCorrelationFitnessFunction implements Serializable

Serialized Fields

invPenalty

double invPenalty

Class jaga.experiment.SingleNoisySizeSampleAvgFitnessFunction implements Serializable

Serialized Fields

stdDev

double stdDev

rngSeed

long rngSeed

rnd

java.util.Random rnd

Class jaga.experiment.SingleSampleAvgFitnessFunction implements Serializable

Serialized Fields

inFF

FitnessFunction inFF

Class jaga.experiment.SumFitnessFunction implements Serializable


Package jaga.external

Class jaga.external.Functions implements Serializable

Class jaga.external.StatFunctions implements Serializable

Class jaga.external.Univariate implements Serializable

Serialized Fields

x

double[] x

sortx

double[] sortx

summary

double[] summary

isSorted

boolean isSorted

five

double[] five

n

int n

mean

double mean

variance

double variance

stdev

double stdev

median

double median

min

double min

Q1

double Q1

Q3

double Q3

max

double max


Package jaga.pj.circuits

Class jaga.pj.circuits.CoinDelayModel implements Serializable

Serialized Fields

rnd

java.util.Random rnd

Class jaga.pj.circuits.ConstantDelayModel implements Serializable

Serialized Fields

delay

int delay

Class jaga.pj.circuits.DriftingGaussianDelayModel implements Serializable

Serialized Fields

minmu

double minmu

maxmu

double maxmu

meanChange

int meanChange

nextChange

int nextChange

devChange

int devChange

Class jaga.pj.circuits.GaussianDelayModel implements Serializable

Serialized Fields

rnd

java.util.Random rnd

mu

double mu

sigma

double sigma

Class jaga.pj.circuits.OptimizedMapping implements Serializable

Serialized Fields

inMap

CircuitMapping inMap

Class jaga.pj.circuits.RandomUniformDelayModel implements Serializable

Serialized Fields

rnd

java.util.Random rnd

lowerBound

int lowerBound

upperBound

int upperBound

range

int range

Class jaga.pj.circuits.SimulatorDelayLE implements Serializable

Serialized Fields

inputs

SimulatorLogicElement[] inputs

delay

int delay

delayLeft

int delayLeft

nextOutput

boolean nextOutput

Class jaga.pj.circuits.SimulatorDeployment implements Serializable

Serialized Fields

currDelaySeed

java.lang.Long currDelaySeed

currdelayseed

long currdelayseed

circuit

SimulatorCircuit circuit

recInputSampleSeparation

int recInputSampleSeparation

alwaysRandomResetBeforeRun

boolean alwaysRandomResetBeforeRun

Class jaga.pj.circuits.SimulatorLogicElement implements Serializable

Serialized Fields

currentOutput

boolean currentOutput

Class jaga.pj.circuits.SimulatorSimpleCircuit implements Serializable

Serialized Fields

elements

SimulatorLogicElement[] elements

inputs

SimulatorLogicElement[] inputs

outputs

SimulatorLogicElement[] outputs

inoutels

SimulatorLogicElement[][] inoutels

circuitMapping

CircuitMapping circuitMapping

Class jaga.pj.circuits.VassilevMapping implements Serializable

Serialized Fields

bitsPerVar

int bitsPerVar

nrOuts

int nrOuts

inMap

CircuitMapping inMap


Package jaga.pj.circuits.experiment

Class jaga.pj.circuits.experiment.Add1bitCFun implements Serializable

Serialized Fields

nrInputs

int nrInputs

Class jaga.pj.circuits.experiment.Add1bitQFun implements Serializable

Serialized Fields

nrInputs

int nrInputs

Class jaga.pj.circuits.experiment.AddClockCRIExperiment implements Serializable

Serialized Fields

crie

ConfigurableRandomInputExperiment crie

Class jaga.pj.circuits.experiment.AddClockCSRIExperiment implements Serializable

Serialized Fields

csce

ConfigurableSequentialCircuitExperiment csce

Class jaga.pj.circuits.experiment.AddClockExperiment implements Serializable

Serialized Fields

nestedExp

Experiment nestedExp

cyclesPerSample

int cyclesPerSample

Class jaga.pj.circuits.experiment.AndFunction implements Serializable

Class jaga.pj.circuits.experiment.ArbitraryFunctionExperiment implements Serializable

Serialized Fields

function

BooleanFunction function

tSetup

double tSetup

fitnessFunction

FitnessFunction fitnessFunction

currTestData

SampleData[] currTestData

currInputs

SampleData[] currInputs

currDesOuts

SampleData[] currDesOuts

lastInputSampleSeparation

int lastInputSampleSeparation

lastInputLength

int lastInputLength

savedParam

java.lang.Object savedParam

Class jaga.pj.circuits.experiment.CombinationalBLIFExperiment implements Serializable

Serialized Fields

circuitName

java.lang.String circuitName

TOKEN_START

java.lang.String TOKEN_START

CIRCUIT_NAME_TOKEN

java.lang.String CIRCUIT_NAME_TOKEN

INPUTS_DECL_TOKEN

java.lang.String INPUTS_DECL_TOKEN

OUTPUTS_DECL_TOKEN

java.lang.String OUTPUTS_DECL_TOKEN

GATE_DECL_TOKEN

java.lang.String GATE_DECL_TOKEN

COMMENT_TOKEN

java.lang.String COMMENT_TOKEN

dummy

Experiment[] dummy

fitnessFunction

FitnessFunction fitnessFunction

tpg

TestPatternGenerator tpg

tSetup

double tSetup

Class jaga.pj.circuits.experiment.DLatchExperiment implements Serializable

Serialized Fields

inputDataLength

int inputDataLength

tSetup

double tSetup

Class jaga.pj.circuits.experiment.EdgeDLExperiment implements Serializable

Serialized Fields

tSetup

double tSetup

rnd

java.util.Random rnd

rndSeed

java.lang.Object rndSeed

refreshTestV

boolean refreshTestV

lastInput

SampleData[] lastInput

lastInputSampleSeparation

int lastInputSampleSeparation

stateEnterPos

int[] stateEnterPos

nodesInEnterOrder

MealyFSMNode[] nodesInEnterOrder

rndStatePos

int rndStatePos

Class jaga.pj.circuits.experiment.ElementParsimonyExperiment implements Serializable

Serialized Fields

circuit

SimulatorCircuit circuit

experiment

Experiment experiment

targetElements

int targetElements

Class jaga.pj.circuits.experiment.EvenOscillatorExperiment implements Serializable

Serialized Fields

period

int period

periodsToTest

int periodsToTest

Class jaga.pj.circuits.experiment.FSMEdge implements Serializable

Serialized Fields

i0

boolean i0

i1

boolean i1

dest

FSMNode dest

Class jaga.pj.circuits.experiment.FSMNode implements Serializable

Serialized Fields

fixed

FSMEdge fixed

edges

java.util.Vector edges

rnd

java.util.Random rnd

fixedTouched

boolean fixedTouched

Class jaga.pj.circuits.experiment.KISSFSMExperiment implements Serializable

Serialized Fields

tSetup

double tSetup

rnd

java.util.Random rnd

refreshTestV

boolean refreshTestV

lastInput

SampleData[] lastInput

lastInputSampleSeparation

int lastInputSampleSeparation

nrInputs

int nrInputs

nrOutputs

int nrOutputs

nrEdges

int nrEdges

resetState

MealyFSMNode resetState

allStates

MealyFSMNode[] allStates

resetInputs

java.lang.String[][] resetInputs

kissFileName

java.lang.String kissFileName

stateEnterPos

int[] stateEnterPos

rndStatePos

int rndStatePos

stateEnterOrder

MealyFSMNode[] stateEnterOrder

lastResetStatePreparationPatternLength

int lastResetStatePreparationPatternLength

generateClock

boolean generateClock

seed

java.lang.Object seed

Class jaga.pj.circuits.experiment.ManCarAddFunction implements Serializable

Class jaga.pj.circuits.experiment.MealyFSMEdge implements Serializable

Serialized Fields

inputs

boolean[] inputs

outputs

boolean[] outputs

outputXPos

int[] outputXPos

dest

MealyFSMNode dest

walked

boolean walked

permanent

boolean permanent

Class jaga.pj.circuits.experiment.MealyFSMNode implements Serializable

Serialized Fields

nextStates

MealyFSMEdge[] nextStates

vNextStates

java.util.Vector vNextStates

rnd

java.util.Random rnd

name

java.lang.String name

Class jaga.pj.circuits.experiment.MultiplierExperiment implements Serializable

Serialized Fields

lastInputSampleSeparation

int lastInputSampleSeparation

lastInputDataLength

int lastInputDataLength

currTestData

SampleData[] currTestData

currInputs

SampleData[] currInputs

currDesOuts

SampleData[] currDesOuts

width

int width

tSetup

double tSetup

currRndSeed

java.lang.Object currRndSeed

rnd

java.util.Random rnd

fitnessFunction

FitnessFunction fitnessFunction

tpg

TestPatternGenerator tpg

Class jaga.pj.circuits.experiment.MUXFunction implements Serializable

Serialized Fields

addLines

int addLines

dataLines

int dataLines

Class jaga.pj.circuits.experiment.OrFunction implements Serializable

Class jaga.pj.circuits.experiment.SimpleOscillatorExperiment implements Serializable

Serialized Fields

period

int period

periodsToTest

int periodsToTest

testChunks

int testChunks

logicThreshold

int logicThreshold

SHORT_PENALTY

double SHORT_PENALTY

Class jaga.pj.circuits.experiment.TableBooleanFunction implements Serializable

Serialized Fields

table

boolean[] table

nrIns

int nrIns

tpg

TestPatternGenerator tpg

Class jaga.pj.circuits.experiment.TestPattern4EvolvingExperiment implements Serializable

Serialized Fields

experiment

Experiment experiment

numInputs

int numInputs

origTestLength

int origTestLength

evolvedTestLength

int evolvedTestLength

nextCircuitFitness

double nextCircuitFitness

Class jaga.pj.circuits.experiment.XOrFunction implements Serializable


Package jaga.pj.circuits.fpgaft

Class jaga.pj.circuits.fpgaft.CircuitPainter implements Serializable

Serialized Fields

COL_DIS

int COL_DIS

COL_EN

int COL_EN

COL_ELV

int COL_ELV

COL_ON

int COL_ON

COL_WIRE

int COL_WIRE

COL_TEXT

int COL_TEXT

colours

java.awt.Color[] colours

elDim

java.awt.Dimension elDim

ioBlobDiameter

int ioBlobDiameter

leftPadding

int leftPadding

topPadding

int topPadding

frameThickness

int frameThickness

outputNames

java.lang.String[] outputNames

inputNames

java.lang.String[] inputNames

rnd

java.util.Random rnd

Class jaga.pj.circuits.fpgaft.CircuitPainterApplet implements Serializable

Serialized Fields

painter

CircuitPainter painter

inoutels

SimulatorLogicElement[][] inoutels

inputSampleSeparation

int inputSampleSeparation

selected

SimulatorLogicElement selected

jPanel711

javax.swing.JPanel jPanel711

jPanel611

javax.swing.JPanel jPanel611

textISS

javax.swing.JTextField textISS

jLabel211

javax.swing.JLabel jLabel211

jButton111

javax.swing.JButton jButton111

jPanel511

javax.swing.JPanel jPanel511

clickSimulates

javax.swing.JCheckBox clickSimulates

selectedLabel

javax.swing.JLabel selectedLabel

jPanel9

javax.swing.JPanel jPanel9

jScrollPane1

javax.swing.JScrollPane jScrollPane1

jPanel5

javax.swing.JPanel jPanel5

jPanel3

javax.swing.JPanel jPanel3

jPanel2

javax.swing.JPanel jPanel2

jPanel1

javax.swing.JPanel jPanel1

jTextArea1

javax.swing.JTextArea jTextArea1

jPanel1011

javax.swing.JPanel jPanel1011

Class jaga.pj.circuits.fpgaft.CircuitPainterObject implements Serializable

Serialized Fields

MAIN_POP

int MAIN_POP

cp

CircuitPainter cp

mapping

CircuitMapping mapping

monica

islandev.EvolutionaryInteractiveTask monica

Class jaga.pj.circuits.fpgaft.CircuitSimulatorPainterObject implements Serializable

Serialized Fields

MAIN_POP

int MAIN_POP

cp

CircuitPainter cp

mapping

CircuitMapping mapping

monica

islandev.EvolutionaryInteractiveTask monica

inoutels

SimulatorLogicElement[][] inoutels

inputSampleSeparation

int inputSampleSeparation

currParent

javax.swing.JPanel currParent

jPanel4

javax.swing.JPanel jPanel4

jPanel3

javax.swing.JPanel jPanel3

jPanel2

javax.swing.JPanel jPanel2

jPanel1

javax.swing.JPanel jPanel1

textInputs

javax.swing.JTextField textInputs

jButton1

javax.swing.JButton jButton1

textFaultVal

javax.swing.JTextField textFaultVal

textFaultPos

javax.swing.JTextField textFaultPos

buttSetFault

javax.swing.JButton buttSetFault

jLabel5

javax.swing.JLabel jLabel5

jLabel4

javax.swing.JLabel jLabel4

jLabel3

javax.swing.JLabel jLabel3

jLabel2

javax.swing.JLabel jLabel2

jLabel1

javax.swing.JLabel jLabel1

Class jaga.pj.circuits.fpgaft.ConnectedElementsFaultModel implements Serializable

Serialized Fields

circuit

SimulatorCircuit circuit

nrOuts

int nrOuts

faultTypes

int faultTypes

usedElements

int[] usedElements

currFaultType

int currFaultType

currPos

int currPos

Class jaga.pj.circuits.fpgaft.FaultyOptimizedMapping implements Serializable

Serialized Fields

inMap

CircuitMapping inMap

Class jaga.pj.circuits.fpgaft.FPGALUTAbsoluteMapping implements Serializable

Serialized Fields

nrIns

int nrIns

nrOuts

int nrOuts

nrLUTIns

int nrLUTIns

bitsPerVar

int bitsPerVar

delayModel

ElementDelayModel delayModel

Class jaga.pj.circuits.fpgaft.FPGALUTVariableSizedAbsoluteMapping implements Serializable

Serialized Fields

nrIns

int nrIns

nrOuts

int nrOuts

nrLUTIns

int nrLUTIns

bitsPerVar

int bitsPerVar

delayModel

ElementDelayModel delayModel

Class jaga.pj.circuits.fpgaft.LastAddedFaultModel implements Serializable

Serialized Fields

nrFaults

int nrFaults

history

java.util.Vector history

currFaults

int[] currFaults

Class jaga.pj.circuits.fpgaft.LUTAbsoluteMapping implements Serializable

Serialized Fields

nrIns

int nrIns
Config

nrOuts

int nrOuts
Config

LUTInputs

int LUTInputs
Config

bitsPerVar

int bitsPerVar
Config

delayModel

ElementDelayModel delayModel

Class jaga.pj.circuits.fpgaft.LUTAbsoluteMappingVariableSized implements Serializable

Serialized Fields

nrIns

int nrIns

nrOuts

int nrOuts

LUTInputs

int LUTInputs

bitsPerVar

int bitsPerVar

delayModel

ElementDelayModel delayModel

padLUT

boolean[] padLUT

LUTSize

int LUTSize

geneSize

int geneSize

numVars

int numVars

Class jaga.pj.circuits.fpgaft.SimulatorEdgeDLatch implements Serializable

Serialized Fields

prevC

boolean prevC

prevD

boolean prevD

Class jaga.pj.circuits.fpgaft.SimulatorFaultyCircuit implements Serializable

Serialized Fields

FAULTS_AS_INPUTS

int FAULTS_AS_INPUTS

NORMAL

int NORMAL

elements

SimulatorFaultyDelayLE[] elements

inputs

SimulatorLogicElement[] inputs

outputs

SimulatorLogicElement[] outputs

inoutels

SimulatorLogicElement[][] inoutels

bitsPerVar

int bitsPerVar

runMode

int runMode

inputsOffset

int inputsOffset

nrSSAFaults

int nrSSAFaults

currentFaults

int[] currentFaults

persistentFaultsUnits

int[] persistentFaultsUnits

persistentFaultsValues

int[] persistentFaultsValues

circuitMapping

CircuitMapping circuitMapping

Class jaga.pj.circuits.fpgaft.SimulatorFaultyCircuitAsynchronous implements Serializable

Class jaga.pj.circuits.fpgaft.SimulatorFaultyCircuitOpt implements Serializable

Serialized Fields

time2Reset

int time2Reset

scanMode

boolean scanMode

DQTolerance

int DQTolerance

lineHighSize

int lineHighSize

nrLines

int nrLines

ignoreAtStart

int ignoreAtStart

groupEvery

int groupEvery

Class jaga.pj.circuits.fpgaft.SimulatorFaultyDelayLE implements Serializable

Serialized Fields

SSA

boolean SSA
Defines if this element has a Single Stuck At Fault.

SSAV

boolean SSAV
If it has a SSA fault, what it's stuck at.

Class jaga.pj.circuits.fpgaft.SimulatorLUT implements Serializable

Serialized Fields

table

boolean[] table

isLut2

boolean isLut2

Class jaga.pj.circuits.fpgaft.SingleFullFaultModel implements Serializable

Serialized Fields

floorPos

int floorPos

roofPos

int roofPos

faultTypes

int faultTypes

currFaultType

int currFaultType

currPos

int currPos

Class jaga.pj.circuits.fpgaft.SingleRandomFaultModel implements Serializable

Serialized Fields

rndSeed

long rndSeed

floorPos

int floorPos

roofPos

int roofPos

howMany

int howMany

faultTypes

int faultTypes

currFaultType

int currFaultType

howManySoFar

int howManySoFar

currFaultPos

int currFaultPos

rnd

java.util.Random rnd

srnd

java.util.Random srnd

Class jaga.pj.circuits.fpgaft.SingleStaticFaultModel implements Serializable

Serialized Fields

pos

int pos

faultTypes

int faultTypes

currFaultType

int currFaultType

Class jaga.pj.circuits.fpgaft.SingleUsedFaultModel implements Serializable

Serialized Fields

circuit

SimulatorCircuit circuit

currentFaultModel

SingleFullFaultModel currentFaultModel

nrOutsToCheck

int nrOutsToCheck

reservedOutputs

int reservedOutputs


Package jaga.pj.gral

Class jaga.pj.gral.AllOrNothingExperiment implements Serializable

Serialized Fields

realExperiment

Experiment realExperiment

threshold

double threshold

Class jaga.pj.gral.HistoryElitePainter implements Serializable

Serialized Fields

fwid

int fwid

fheight

int fheight

yoff

int yoff

wheight

int wheight

index

int index

elites

java.util.Vector elites

fresco

javax.swing.JPanel fresco

jPanel3

javax.swing.JPanel jPanel3

up

javax.swing.JButton up

down

javax.swing.JButton down

jPanel4

javax.swing.JPanel jPanel4

jLabel1

javax.swing.JLabel jLabel1

indexLabel

javax.swing.JLabel indexLabel

jLabel3

javax.swing.JLabel jLabel3

skipText

javax.swing.JTextField skipText