out.addProperties(boltz.getProperties());
out.addSubSection("NETWORK");
out.writeProperty(PersistConst.WEIGHTS, boltz.getWeights());
out.writeProperty(PersistConst.OUTPUT, boltz.getCurrentState()
.getData());
out.writeProperty(PersistConst.NEURON_COUNT, boltz.getNeuronCount());
out.writeProperty(PersistConst.THRESHOLDS, boltz.getThreshold());
out.writeProperty(BoltzmannMachine.ANNEAL_CYCLES,
boltz.getAnnealCycles());
out.writeProperty(BoltzmannMachine.RUN_CYCLES, boltz.getRunCycles());