From 5b9d9a8c8b4299b49ef574f2743d21d5a9438a6c Mon Sep 17 00:00:00 2001 From: Jeff Heaton Date: Tue, 29 Aug 2017 18:19:05 -0500 Subject: [PATCH] Update for build of 3.4 in 2017 --- build.gradle | 4 ++-- src/main/java/org/encog/ConsoleStatusReportable.java | 2 +- src/main/java/org/encog/Encog.java | 2 +- src/main/java/org/encog/EncogError.java | 2 +- src/main/java/org/encog/EncogShutdownTask.java | 2 +- src/main/java/org/encog/NullStatusReportable.java | 2 +- src/main/java/org/encog/StatusReportable.java | 2 +- src/main/java/org/encog/Test.java | 2 +- src/main/java/org/encog/app/analyst/AnalystError.java | 2 +- src/main/java/org/encog/app/analyst/AnalystFileFormat.java | 2 +- src/main/java/org/encog/app/analyst/AnalystGoal.java | 2 +- src/main/java/org/encog/app/analyst/AnalystListener.java | 2 +- .../java/org/encog/app/analyst/ConsoleAnalystListener.java | 2 +- src/main/java/org/encog/app/analyst/EncogAnalyst.java | 2 +- .../java/org/encog/app/analyst/analyze/AnalyzedField.java | 2 +- .../java/org/encog/app/analyst/analyze/PerformAnalysis.java | 2 +- src/main/java/org/encog/app/analyst/analyze/package-info.java | 2 +- src/main/java/org/encog/app/analyst/commands/Cmd.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdBalance.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdCluster.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdCode.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdCreate.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdEvaluate.java | 2 +- .../java/org/encog/app/analyst/commands/CmdEvaluateRaw.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdGenerate.java | 2 +- .../java/org/encog/app/analyst/commands/CmdNormalize.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdProcess.java | 2 +- .../java/org/encog/app/analyst/commands/CmdRandomize.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdReset.java | 2 +- .../java/org/encog/app/analyst/commands/CmdSegregate.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdSet.java | 2 +- src/main/java/org/encog/app/analyst/commands/CmdTrain.java | 2 +- .../java/org/encog/app/analyst/commands/package-info.java | 2 +- .../java/org/encog/app/analyst/csv/AnalystClusterCSV.java | 2 +- .../java/org/encog/app/analyst/csv/AnalystEvaluateCSV.java | 2 +- .../java/org/encog/app/analyst/csv/AnalystEvaluateRawCSV.java | 2 +- src/main/java/org/encog/app/analyst/csv/TimeSeriesUtil.java | 2 +- .../java/org/encog/app/analyst/csv/balance/BalanceCSV.java | 2 +- .../java/org/encog/app/analyst/csv/balance/package-info.java | 2 +- .../org/encog/app/analyst/csv/basic/BaseCachedColumn.java | 2 +- .../java/org/encog/app/analyst/csv/basic/BasicCachedFile.java | 2 +- src/main/java/org/encog/app/analyst/csv/basic/BasicFile.java | 2 +- src/main/java/org/encog/app/analyst/csv/basic/FileData.java | 2 +- src/main/java/org/encog/app/analyst/csv/basic/LoadedRow.java | 2 +- .../java/org/encog/app/analyst/csv/basic/package-info.java | 2 +- .../java/org/encog/app/analyst/csv/filter/ExcludedField.java | 2 +- src/main/java/org/encog/app/analyst/csv/filter/FilterCSV.java | 2 +- .../java/org/encog/app/analyst/csv/filter/package-info.java | 2 +- .../encog/app/analyst/csv/normalize/AnalystNormalizeCSV.java | 2 +- .../app/analyst/csv/normalize/AnalystNormalizeToEGB.java | 2 +- .../org/encog/app/analyst/csv/normalize/package-info.java | 2 +- src/main/java/org/encog/app/analyst/csv/package-info.java | 2 +- .../org/encog/app/analyst/csv/process/AnalystProcess.java | 2 +- .../org/encog/app/analyst/csv/process/ProcessExtension.java | 2 +- .../org/encog/app/analyst/csv/segregate/SegregateCSV.java | 2 +- .../app/analyst/csv/segregate/SegregateTargetPercent.java | 2 +- .../org/encog/app/analyst/csv/segregate/package-info.java | 2 +- .../java/org/encog/app/analyst/csv/shuffle/ShuffleCSV.java | 2 +- .../java/org/encog/app/analyst/csv/shuffle/package-info.java | 2 +- .../java/org/encog/app/analyst/csv/sort/RowComparator.java | 2 +- src/main/java/org/encog/app/analyst/csv/sort/SortCSV.java | 2 +- src/main/java/org/encog/app/analyst/csv/sort/SortType.java | 2 +- src/main/java/org/encog/app/analyst/csv/sort/SortedField.java | 2 +- .../java/org/encog/app/analyst/csv/sort/package-info.java | 2 +- .../java/org/encog/app/analyst/missing/DiscardMissing.java | 2 +- .../org/encog/app/analyst/missing/HandleMissingValues.java | 2 +- .../org/encog/app/analyst/missing/MeanAndModeMissing.java | 2 +- .../java/org/encog/app/analyst/missing/NegateMissing.java | 2 +- src/main/java/org/encog/app/analyst/package-info.java | 2 +- src/main/java/org/encog/app/analyst/report/AnalystReport.java | 2 +- src/main/java/org/encog/app/analyst/report/package-info.java | 2 +- .../java/org/encog/app/analyst/script/AnalystClassItem.java | 2 +- src/main/java/org/encog/app/analyst/script/AnalystScript.java | 2 +- src/main/java/org/encog/app/analyst/script/DataField.java | 2 +- src/main/java/org/encog/app/analyst/script/ScriptLoad.java | 2 +- src/main/java/org/encog/app/analyst/script/ScriptSave.java | 2 +- .../java/org/encog/app/analyst/script/ml/ScriptOpcode.java | 2 +- .../org/encog/app/analyst/script/normalize/AnalystField.java | 2 +- .../encog/app/analyst/script/normalize/AnalystNormalize.java | 2 +- .../org/encog/app/analyst/script/normalize/package-info.java | 2 +- src/main/java/org/encog/app/analyst/script/package-info.java | 2 +- .../app/analyst/script/preprocess/AnalystPreprocess.java | 2 +- .../encog/app/analyst/script/preprocess/FieldPreprocess.java | 2 +- .../encog/app/analyst/script/preprocess/PreprocessAction.java | 2 +- .../org/encog/app/analyst/script/process/AnalystProcess.java | 2 +- .../org/encog/app/analyst/script/process/ProcessField.java | 2 +- .../encog/app/analyst/script/prop/PropertyConstraints.java | 2 +- .../java/org/encog/app/analyst/script/prop/PropertyEntry.java | 2 +- .../java/org/encog/app/analyst/script/prop/PropertyType.java | 2 +- .../org/encog/app/analyst/script/prop/ScriptProperties.java | 2 +- .../java/org/encog/app/analyst/script/prop/package-info.java | 2 +- .../encog/app/analyst/script/segregate/AnalystSegregate.java | 2 +- .../app/analyst/script/segregate/AnalystSegregateTarget.java | 2 +- .../org/encog/app/analyst/script/segregate/package-info.java | 2 +- .../java/org/encog/app/analyst/script/task/AnalystTask.java | 2 +- .../java/org/encog/app/analyst/script/task/package-info.java | 2 +- .../java/org/encog/app/analyst/util/AnalystReportBridge.java | 2 +- src/main/java/org/encog/app/analyst/util/AnalystUtility.java | 2 +- src/main/java/org/encog/app/analyst/util/CSVHeaders.java | 2 +- .../java/org/encog/app/analyst/util/ConvertStringConst.java | 2 +- src/main/java/org/encog/app/analyst/util/FieldDirection.java | 2 +- src/main/java/org/encog/app/analyst/util/package-info.java | 2 +- src/main/java/org/encog/app/analyst/wizard/AnalystWizard.java | 2 +- .../java/org/encog/app/analyst/wizard/NormalizeRange.java | 2 +- .../java/org/encog/app/analyst/wizard/PredictionType.java | 2 +- src/main/java/org/encog/app/analyst/wizard/SourceElement.java | 2 +- .../java/org/encog/app/analyst/wizard/WizardMethodType.java | 2 +- src/main/java/org/encog/app/analyst/wizard/package-info.java | 2 +- .../org/encog/app/generate/AnalystCodeGenerationError.java | 2 +- src/main/java/org/encog/app/generate/EncogCodeGeneration.java | 2 +- src/main/java/org/encog/app/generate/TargetLanguage.java | 2 +- .../org/encog/app/generate/generators/AbstractGenerator.java | 2 +- .../app/generate/generators/AbstractTemplateGenerator.java | 2 +- .../app/generate/generators/LanguageSpecificGenerator.java | 2 +- .../org/encog/app/generate/generators/ProgramGenerator.java | 2 +- .../org/encog/app/generate/generators/TemplateGenerator.java | 2 +- .../java/org/encog/app/generate/generators/cs/GenerateCS.java | 2 +- .../encog/app/generate/generators/java/GenerateEncogJava.java | 2 +- .../app/generate/generators/js/GenerateEncogJavaScript.java | 2 +- .../org/encog/app/generate/generators/mql4/GenerateMQL4.java | 2 +- .../app/generate/generators/ninja/GenerateNinjaScript.java | 2 +- .../java/org/encog/app/generate/program/EncogArgType.java | 2 +- .../java/org/encog/app/generate/program/EncogGenProgram.java | 2 +- .../java/org/encog/app/generate/program/EncogProgramArg.java | 2 +- .../java/org/encog/app/generate/program/EncogProgramNode.java | 2 +- .../java/org/encog/app/generate/program/EncogTreeNode.java | 2 +- src/main/java/org/encog/app/generate/program/NodeType.java | 2 +- src/main/java/org/encog/app/quant/QuantError.java | 2 +- src/main/java/org/encog/app/quant/QuantTask.java | 2 +- src/main/java/org/encog/app/quant/indicators/Indicator.java | 2 +- .../java/org/encog/app/quant/indicators/MovingAverage.java | 2 +- .../org/encog/app/quant/indicators/ProcessIndicators.java | 2 +- .../java/org/encog/app/quant/indicators/package-info.java | 2 +- .../org/encog/app/quant/indicators/predictive/BestClose.java | 2 +- .../org/encog/app/quant/indicators/predictive/BestReturn.java | 2 +- .../encog/app/quant/indicators/predictive/package-info.java | 2 +- src/main/java/org/encog/app/quant/loader/LoaderError.java | 2 +- src/main/java/org/encog/app/quant/loader/MarketLoader.java | 2 +- src/main/java/org/encog/app/quant/loader/package-info.java | 2 +- .../java/org/encog/app/quant/loader/yahoo/YahooDownload.java | 2 +- .../java/org/encog/app/quant/loader/yahoo/package-info.java | 2 +- src/main/java/org/encog/app/quant/ninja/NinjaFileConvert.java | 2 +- .../java/org/encog/app/quant/ninja/NinjaStreamWriter.java | 2 +- src/main/java/org/encog/app/quant/ninja/package-info.java | 2 +- src/main/java/org/encog/app/quant/package-info.java | 2 +- src/main/java/org/encog/app/quant/util/BarBuffer.java | 2 +- src/main/java/org/encog/app/quant/util/package-info.java | 2 +- src/main/java/org/encog/bot/BotError.java | 2 +- src/main/java/org/encog/bot/BotUtil.java | 2 +- src/main/java/org/encog/bot/browse/Address.java | 2 +- src/main/java/org/encog/bot/browse/BrowseError.java | 2 +- src/main/java/org/encog/bot/browse/Browser.java | 2 +- src/main/java/org/encog/bot/browse/LoadWebPage.java | 2 +- src/main/java/org/encog/bot/browse/WebPage.java | 2 +- src/main/java/org/encog/bot/browse/package-info.java | 2 +- src/main/java/org/encog/bot/browse/range/Div.java | 2 +- src/main/java/org/encog/bot/browse/range/DocumentRange.java | 2 +- src/main/java/org/encog/bot/browse/range/Form.java | 2 +- src/main/java/org/encog/bot/browse/range/FormElement.java | 2 +- src/main/java/org/encog/bot/browse/range/Input.java | 2 +- src/main/java/org/encog/bot/browse/range/Link.java | 2 +- src/main/java/org/encog/bot/browse/range/Span.java | 2 +- src/main/java/org/encog/bot/browse/range/package-info.java | 2 +- src/main/java/org/encog/bot/dataunit/CodeDataUnit.java | 2 +- src/main/java/org/encog/bot/dataunit/DataUnit.java | 2 +- src/main/java/org/encog/bot/dataunit/TagDataUnit.java | 2 +- src/main/java/org/encog/bot/dataunit/TextDataUnit.java | 2 +- src/main/java/org/encog/bot/dataunit/package-info.java | 2 +- src/main/java/org/encog/bot/package-info.java | 2 +- src/main/java/org/encog/bot/rss/RSS.java | 2 +- src/main/java/org/encog/bot/rss/RSSItem.java | 2 +- src/main/java/org/encog/bot/rss/package-info.java | 2 +- src/main/java/org/encog/ca/CellularAutomataError.java | 2 +- src/main/java/org/encog/ca/program/CAProgram.java | 2 +- src/main/java/org/encog/ca/program/basic/BasicProgram.java | 2 +- src/main/java/org/encog/ca/program/basic/Movement.java | 2 +- src/main/java/org/encog/ca/program/conway/ConwayProgram.java | 2 +- .../java/org/encog/ca/program/elementary/ElementaryCA.java | 2 +- src/main/java/org/encog/ca/program/generic/GenericCA.java | 2 +- src/main/java/org/encog/ca/program/generic/GenericIO.java | 2 +- src/main/java/org/encog/ca/program/generic/Trans.java | 2 +- src/main/java/org/encog/ca/runner/BasicCARunner.java | 2 +- src/main/java/org/encog/ca/runner/CARunner.java | 2 +- src/main/java/org/encog/ca/universe/ContinuousCell.java | 2 +- src/main/java/org/encog/ca/universe/DiscreteCell.java | 2 +- src/main/java/org/encog/ca/universe/Universe.java | 2 +- src/main/java/org/encog/ca/universe/UniverseCell.java | 2 +- src/main/java/org/encog/ca/universe/UniverseCellFactory.java | 2 +- src/main/java/org/encog/ca/universe/UniverseListener.java | 2 +- .../java/org/encog/ca/universe/basic/BasicCellFactory.java | 2 +- .../java/org/encog/ca/universe/basic/BasicContinuousCell.java | 2 +- .../java/org/encog/ca/universe/basic/BasicDiscreteCell.java | 2 +- src/main/java/org/encog/ca/universe/basic/BasicUniverse.java | 2 +- .../org/encog/ca/universe/basic/PersistBasicUniverse.java | 2 +- src/main/java/org/encog/ca/visualize/CAVisualizer.java | 2 +- .../java/org/encog/ca/visualize/basic/BasicCAVisualizer.java | 2 +- .../encog/engine/network/activation/ActivationBiPolar.java | 2 +- .../network/activation/ActivationBipolarSteepenedSigmoid.java | 2 +- .../engine/network/activation/ActivationClippedLinear.java | 2 +- .../engine/network/activation/ActivationCompetitive.java | 2 +- .../encog/engine/network/activation/ActivationElliott.java | 2 +- .../engine/network/activation/ActivationElliottSymmetric.java | 2 +- .../encog/engine/network/activation/ActivationFunction.java | 2 +- .../encog/engine/network/activation/ActivationGaussian.java | 2 +- .../org/encog/engine/network/activation/ActivationLOG.java | 2 +- .../org/encog/engine/network/activation/ActivationLinear.java | 2 +- .../org/encog/engine/network/activation/ActivationRamp.java | 2 +- .../org/encog/engine/network/activation/ActivationReLU.java | 2 +- .../org/encog/engine/network/activation/ActivationSIN.java | 2 +- .../encog/engine/network/activation/ActivationSigmoid.java | 2 +- .../encog/engine/network/activation/ActivationSoftMax.java | 2 +- .../engine/network/activation/ActivationSteepenedSigmoid.java | 2 +- .../org/encog/engine/network/activation/ActivationStep.java | 2 +- .../org/encog/engine/network/activation/ActivationTANH.java | 2 +- .../org/encog/engine/network/activation/package-info.java | 2 +- src/main/java/org/encog/ensemble/Ensemble.java | 2 +- src/main/java/org/encog/ensemble/EnsembleAggregator.java | 2 +- src/main/java/org/encog/ensemble/EnsembleML.java | 2 +- src/main/java/org/encog/ensemble/EnsembleMLMethodFactory.java | 2 +- src/main/java/org/encog/ensemble/EnsembleTrainFactory.java | 2 +- src/main/java/org/encog/ensemble/EnsembleTypes.java | 2 +- .../java/org/encog/ensemble/EnsembleWeightedAggregator.java | 2 +- src/main/java/org/encog/ensemble/GenericEnsembleML.java | 2 +- src/main/java/org/encog/ensemble/adaboost/AdaBoost.java | 2 +- src/main/java/org/encog/ensemble/aggregator/Averaging.java | 2 +- .../java/org/encog/ensemble/aggregator/MajorityVoting.java | 2 +- .../java/org/encog/ensemble/aggregator/MetaClassifier.java | 2 +- .../java/org/encog/ensemble/aggregator/WeightedAveraging.java | 2 +- src/main/java/org/encog/ensemble/bagging/Bagging.java | 2 +- src/main/java/org/encog/ensemble/data/EnsembleDataSet.java | 2 +- .../encog/ensemble/data/factories/EnsembleDataSetFactory.java | 2 +- .../ensemble/data/factories/NonResamplingDataSetFactory.java | 2 +- .../ensemble/data/factories/ResamplingDataSetFactory.java | 2 +- .../data/factories/WeightedResamplingDataSetFactory.java | 2 +- .../data/factories/WrappingNonResamplingDataSetFactory.java | 2 +- src/main/java/org/encog/ensemble/dropout/Dropout.java | 2 +- .../ensemble/ml/mlp/factory/MultiLayerPerceptronFactory.java | 2 +- src/main/java/org/encog/ensemble/stacking/Stacking.java | 2 +- .../org/encog/ensemble/training/BackpropagationFactory.java | 2 +- .../encog/ensemble/training/LevenbergMarquardtFactory.java | 2 +- .../encog/ensemble/training/ManhattanPropagationFactory.java | 2 +- .../encog/ensemble/training/ResilientPropagationFactory.java | 2 +- .../ensemble/training/ScaledConjugateGradientFactory.java | 2 +- src/main/java/org/encog/mathutil/BoundMath.java | 2 +- src/main/java/org/encog/mathutil/BoundNumbers.java | 2 +- src/main/java/org/encog/mathutil/ComplexNumber.java | 2 +- src/main/java/org/encog/mathutil/Convert.java | 2 +- src/main/java/org/encog/mathutil/EncogFunction.java | 2 +- src/main/java/org/encog/mathutil/EncogMath.java | 2 +- src/main/java/org/encog/mathutil/EncogMathError.java | 2 +- src/main/java/org/encog/mathutil/Equilateral.java | 2 +- src/main/java/org/encog/mathutil/IntPair.java | 2 +- src/main/java/org/encog/mathutil/IntRange.java | 2 +- src/main/java/org/encog/mathutil/MathConst.java | 2 +- src/main/java/org/encog/mathutil/NumericRange.java | 2 +- src/main/java/org/encog/mathutil/VectorAlgebra.java | 2 +- .../org/encog/mathutil/dimension/DimensionConstraint.java | 2 +- .../java/org/encog/mathutil/dimension/MultiDimension.java | 2 +- src/main/java/org/encog/mathutil/error/ErrorCalculation.java | 2 +- .../java/org/encog/mathutil/error/ErrorCalculationMode.java | 2 +- src/main/java/org/encog/mathutil/error/NormalizedError.java | 2 +- src/main/java/org/encog/mathutil/error/package-info.java | 2 +- src/main/java/org/encog/mathutil/libsvm/svm.java | 2 +- src/main/java/org/encog/mathutil/libsvm/svm_model.java | 2 +- src/main/java/org/encog/mathutil/libsvm/svm_node.java | 2 +- src/main/java/org/encog/mathutil/libsvm/svm_parameter.java | 2 +- .../java/org/encog/mathutil/libsvm/svm_print_interface.java | 2 +- src/main/java/org/encog/mathutil/libsvm/svm_problem.java | 2 +- src/main/java/org/encog/mathutil/matrices/BiPolarUtil.java | 2 +- src/main/java/org/encog/mathutil/matrices/Matrix.java | 2 +- src/main/java/org/encog/mathutil/matrices/MatrixError.java | 2 +- src/main/java/org/encog/mathutil/matrices/MatrixMath.java | 2 +- .../matrices/decomposition/CholeskyDecomposition.java | 2 +- .../matrices/decomposition/EigenvalueDecomposition.java | 2 +- .../mathutil/matrices/decomposition/LUDecomposition.java | 2 +- .../mathutil/matrices/decomposition/QRDecomposition.java | 2 +- .../matrices/decomposition/SingularValueDecomposition.java | 2 +- .../encog/mathutil/matrices/decomposition/package-info.java | 2 +- .../org/encog/mathutil/matrices/hessian/BasicHessian.java | 2 +- .../org/encog/mathutil/matrices/hessian/ChainRuleWorker.java | 2 +- .../org/encog/mathutil/matrices/hessian/ComputeHessian.java | 2 +- .../java/org/encog/mathutil/matrices/hessian/HessianCR.java | 2 +- .../java/org/encog/mathutil/matrices/hessian/HessianFD.java | 2 +- src/main/java/org/encog/mathutil/matrices/package-info.java | 2 +- src/main/java/org/encog/mathutil/package-info.java | 2 +- .../java/org/encog/mathutil/probability/CalcProbability.java | 2 +- .../org/encog/mathutil/probability/vars/RandomVariable.java | 2 +- .../org/encog/mathutil/probability/vars/VariableList.java | 2 +- .../java/org/encog/mathutil/randomize/BasicRandomizer.java | 2 +- .../org/encog/mathutil/randomize/ConsistentRandomizer.java | 2 +- .../java/org/encog/mathutil/randomize/ConstRandomizer.java | 2 +- src/main/java/org/encog/mathutil/randomize/Distort.java | 2 +- .../java/org/encog/mathutil/randomize/FanInRandomizer.java | 2 +- .../java/org/encog/mathutil/randomize/GaussianRandomizer.java | 2 +- .../org/encog/mathutil/randomize/NguyenWidrowRandomizer.java | 2 +- src/main/java/org/encog/mathutil/randomize/RandomChoice.java | 2 +- src/main/java/org/encog/mathutil/randomize/Randomizer.java | 2 +- .../java/org/encog/mathutil/randomize/RangeRandomizer.java | 2 +- .../java/org/encog/mathutil/randomize/XaiverRandomizer.java | 2 +- .../encog/mathutil/randomize/factory/BasicRandomFactory.java | 2 +- .../org/encog/mathutil/randomize/factory/RandomFactory.java | 2 +- .../encog/mathutil/randomize/generate/AbstractBoxMuller.java | 2 +- .../mathutil/randomize/generate/AbstractGenerateRandom.java | 2 +- .../mathutil/randomize/generate/BasicGenerateRandom.java | 2 +- .../org/encog/mathutil/randomize/generate/GenerateRandom.java | 2 +- .../mathutil/randomize/generate/LinearCongruentialRandom.java | 2 +- .../randomize/generate/MersenneTwisterGenerateRandom.java | 2 +- .../randomize/generate/MultiplyWithCarryGenerateRandom.java | 2 +- .../mathutil/randomize/generate/SecureGenerateRandom.java | 2 +- src/main/java/org/encog/mathutil/randomize/package-info.java | 2 +- src/main/java/org/encog/mathutil/rbf/BasicRBF.java | 2 +- src/main/java/org/encog/mathutil/rbf/GaussianFunction.java | 2 +- .../org/encog/mathutil/rbf/InverseMultiquadricFunction.java | 2 +- src/main/java/org/encog/mathutil/rbf/MexicanHatFunction.java | 2 +- .../java/org/encog/mathutil/rbf/MultiquadricFunction.java | 2 +- src/main/java/org/encog/mathutil/rbf/RBFEnum.java | 2 +- src/main/java/org/encog/mathutil/rbf/RadialBasisFunction.java | 2 +- src/main/java/org/encog/mathutil/rbf/package-info.java | 2 +- src/main/java/org/encog/ml/BasicML.java | 2 +- src/main/java/org/encog/ml/CalculateScore.java | 2 +- src/main/java/org/encog/ml/MLAutoAssocation.java | 2 +- src/main/java/org/encog/ml/MLClassification.java | 2 +- src/main/java/org/encog/ml/MLCluster.java | 2 +- src/main/java/org/encog/ml/MLClustering.java | 2 +- src/main/java/org/encog/ml/MLContext.java | 2 +- src/main/java/org/encog/ml/MLEncodable.java | 2 +- src/main/java/org/encog/ml/MLError.java | 2 +- src/main/java/org/encog/ml/MLFactory.java | 2 +- src/main/java/org/encog/ml/MLInput.java | 2 +- src/main/java/org/encog/ml/MLInputOutput.java | 2 +- src/main/java/org/encog/ml/MLMethod.java | 2 +- src/main/java/org/encog/ml/MLOutput.java | 2 +- src/main/java/org/encog/ml/MLProperties.java | 2 +- src/main/java/org/encog/ml/MLRegression.java | 2 +- src/main/java/org/encog/ml/MLResettable.java | 2 +- src/main/java/org/encog/ml/MLStateSequence.java | 2 +- src/main/java/org/encog/ml/MethodFactory.java | 2 +- src/main/java/org/encog/ml/TrainingImplementationType.java | 2 +- src/main/java/org/encog/ml/anneal/SimulatedAnnealing.java | 2 +- src/main/java/org/encog/ml/anneal/package-info.java | 2 +- src/main/java/org/encog/ml/bayesian/BayesianChoice.java | 2 +- src/main/java/org/encog/ml/bayesian/BayesianError.java | 2 +- src/main/java/org/encog/ml/bayesian/BayesianEvent.java | 2 +- src/main/java/org/encog/ml/bayesian/BayesianNetwork.java | 2 +- src/main/java/org/encog/ml/bayesian/EventType.java | 2 +- src/main/java/org/encog/ml/bayesian/PersistBayes.java | 2 +- src/main/java/org/encog/ml/bayesian/bif/BIFDefinition.java | 2 +- src/main/java/org/encog/ml/bayesian/bif/BIFHandler.java | 2 +- src/main/java/org/encog/ml/bayesian/bif/BIFUtil.java | 2 +- src/main/java/org/encog/ml/bayesian/bif/BIFVariable.java | 2 +- src/main/java/org/encog/ml/bayesian/bif/FileSection.java | 2 +- .../java/org/encog/ml/bayesian/parse/ParseProbability.java | 2 +- src/main/java/org/encog/ml/bayesian/parse/ParsedChoice.java | 2 +- src/main/java/org/encog/ml/bayesian/parse/ParsedEvent.java | 2 +- .../java/org/encog/ml/bayesian/parse/ParsedProbability.java | 2 +- src/main/java/org/encog/ml/bayesian/query/BasicQuery.java | 2 +- src/main/java/org/encog/ml/bayesian/query/BayesianQuery.java | 2 +- .../encog/ml/bayesian/query/enumerate/EnumerationQuery.java | 2 +- .../java/org/encog/ml/bayesian/query/sample/EventState.java | 2 +- .../org/encog/ml/bayesian/query/sample/SamplingQuery.java | 2 +- src/main/java/org/encog/ml/bayesian/table/BayesianTable.java | 2 +- src/main/java/org/encog/ml/bayesian/table/TableLine.java | 2 +- .../java/org/encog/ml/bayesian/training/BayesianInit.java | 2 +- .../java/org/encog/ml/bayesian/training/TrainBayesian.java | 2 +- .../encog/ml/bayesian/training/estimator/BayesEstimator.java | 2 +- .../encog/ml/bayesian/training/estimator/EstimatorNone.java | 2 +- .../encog/ml/bayesian/training/estimator/SimpleEstimator.java | 2 +- .../org/encog/ml/bayesian/training/search/SearchNone.java | 2 +- .../org/encog/ml/bayesian/training/search/k2/BayesSearch.java | 2 +- .../org/encog/ml/bayesian/training/search/k2/SearchK2.java | 2 +- src/main/java/org/encog/ml/data/MLComplexData.java | 2 +- src/main/java/org/encog/ml/data/MLData.java | 2 +- src/main/java/org/encog/ml/data/MLDataError.java | 2 +- src/main/java/org/encog/ml/data/MLDataPair.java | 2 +- src/main/java/org/encog/ml/data/MLDataSet.java | 2 +- src/main/java/org/encog/ml/data/MLSequenceSet.java | 2 +- src/main/java/org/encog/ml/data/auto/AutoFloatColumn.java | 2 +- src/main/java/org/encog/ml/data/auto/AutoFloatDataSet.java | 2 +- src/main/java/org/encog/ml/data/basic/BasicMLComplexData.java | 2 +- src/main/java/org/encog/ml/data/basic/BasicMLData.java | 2 +- .../java/org/encog/ml/data/basic/BasicMLDataCentroid.java | 2 +- src/main/java/org/encog/ml/data/basic/BasicMLDataPair.java | 2 +- .../java/org/encog/ml/data/basic/BasicMLDataPairCentroid.java | 2 +- src/main/java/org/encog/ml/data/basic/BasicMLDataSet.java | 2 +- src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java | 2 +- src/main/java/org/encog/ml/data/basic/package-info.java | 2 +- src/main/java/org/encog/ml/data/buffer/BinaryDataLoader.java | 2 +- src/main/java/org/encog/ml/data/buffer/BufferedDataError.java | 2 +- .../org/encog/ml/data/buffer/BufferedDataSetIterator.java | 2 +- src/main/java/org/encog/ml/data/buffer/BufferedMLDataSet.java | 2 +- src/main/java/org/encog/ml/data/buffer/EncogEGBFile.java | 2 +- src/main/java/org/encog/ml/data/buffer/MemoryDataLoader.java | 2 +- .../java/org/encog/ml/data/buffer/codec/ArrayDataCODEC.java | 2 +- .../java/org/encog/ml/data/buffer/codec/CSVDataCODEC.java | 2 +- .../java/org/encog/ml/data/buffer/codec/DataSetCODEC.java | 2 +- src/main/java/org/encog/ml/data/buffer/codec/ExcelCODEC.java | 2 +- .../org/encog/ml/data/buffer/codec/NeuralDataSetCODEC.java | 2 +- src/main/java/org/encog/ml/data/buffer/codec/SQLCODEC.java | 2 +- .../java/org/encog/ml/data/buffer/codec/package-info.java | 2 +- src/main/java/org/encog/ml/data/buffer/package-info.java | 2 +- src/main/java/org/encog/ml/data/cross/DataFold.java | 2 +- .../java/org/encog/ml/data/cross/KFoldCrossvalidation.java | 2 +- src/main/java/org/encog/ml/data/cross/package-info.java | 2 +- src/main/java/org/encog/ml/data/folded/FoldedDataSet.java | 2 +- src/main/java/org/encog/ml/data/folded/FoldedIterator.java | 2 +- src/main/java/org/encog/ml/data/folded/package-info.java | 2 +- .../java/org/encog/ml/data/market/MarketDataDescription.java | 2 +- src/main/java/org/encog/ml/data/market/MarketDataType.java | 2 +- src/main/java/org/encog/ml/data/market/MarketError.java | 2 +- src/main/java/org/encog/ml/data/market/MarketMLDataSet.java | 2 +- src/main/java/org/encog/ml/data/market/MarketPoint.java | 2 +- src/main/java/org/encog/ml/data/market/TickerSymbol.java | 2 +- .../org/encog/ml/data/market/loader/LoadedMarketData.java | 2 +- .../java/org/encog/ml/data/market/loader/LoaderError.java | 2 +- .../java/org/encog/ml/data/market/loader/MarketLoader.java | 2 +- .../org/encog/ml/data/market/loader/YahooFinanceLoader.java | 2 +- src/main/java/org/encog/ml/data/package-info.java | 2 +- src/main/java/org/encog/ml/data/sparse/SparseMLData.java | 2 +- .../java/org/encog/ml/data/specific/BiPolarNeuralData.java | 2 +- .../java/org/encog/ml/data/specific/CSVNeuralDataSet.java | 2 +- src/main/java/org/encog/ml/data/specific/package-info.java | 2 +- .../org/encog/ml/data/temporal/TemporalDataDescription.java | 2 +- src/main/java/org/encog/ml/data/temporal/TemporalError.java | 2 +- .../java/org/encog/ml/data/temporal/TemporalMLDataSet.java | 2 +- src/main/java/org/encog/ml/data/temporal/TemporalPoint.java | 2 +- .../java/org/encog/ml/data/versatile/MatrixMLDataSet.java | 2 +- .../java/org/encog/ml/data/versatile/NormalizationHelper.java | 2 +- .../java/org/encog/ml/data/versatile/VersatileMLDataSet.java | 2 +- .../org/encog/ml/data/versatile/columns/ColumnDefinition.java | 2 +- .../java/org/encog/ml/data/versatile/columns/ColumnType.java | 2 +- .../org/encog/ml/data/versatile/columns/package-info.java | 2 +- .../org/encog/ml/data/versatile/division/DataDivision.java | 2 +- .../encog/ml/data/versatile/division/PerformDataDivision.java | 2 +- .../org/encog/ml/data/versatile/division/package-info.java | 2 +- .../encog/ml/data/versatile/missing/MeanMissingHandler.java | 2 +- .../org/encog/ml/data/versatile/missing/MissingHandler.java | 2 +- .../org/encog/ml/data/versatile/missing/package-info.java | 2 +- .../ml/data/versatile/normalizers/IndexedNormalizer.java | 2 +- .../org/encog/ml/data/versatile/normalizers/Normalizer.java | 2 +- .../encog/ml/data/versatile/normalizers/OneOfNNormalizer.java | 2 +- .../ml/data/versatile/normalizers/PassThroughNormalizer.java | 2 +- .../encog/ml/data/versatile/normalizers/RangeNormalizer.java | 2 +- .../org/encog/ml/data/versatile/normalizers/RangeOrdinal.java | 2 +- .../org/encog/ml/data/versatile/normalizers/package-info.java | 2 +- .../normalizers/strategies/BasicNormalizationStrategy.java | 2 +- .../normalizers/strategies/NormalizationStrategy.java | 2 +- .../data/versatile/normalizers/strategies/package-info.java | 2 +- src/main/java/org/encog/ml/data/versatile/package-info.java | 2 +- .../org/encog/ml/data/versatile/sources/CSVDataSource.java | 2 +- .../encog/ml/data/versatile/sources/VersatileDataSource.java | 2 +- .../org/encog/ml/data/versatile/sources/package-info.java | 2 +- src/main/java/org/encog/ml/ea/codec/GeneticCODEC.java | 2 +- src/main/java/org/encog/ml/ea/codec/GenomeAsPhenomeCODEC.java | 2 +- src/main/java/org/encog/ml/ea/exception/EACompileError.java | 2 +- src/main/java/org/encog/ml/ea/exception/EAError.java | 2 +- src/main/java/org/encog/ml/ea/exception/EARuntimeError.java | 2 +- src/main/java/org/encog/ml/ea/genome/BasicGenome.java | 2 +- src/main/java/org/encog/ml/ea/genome/Genome.java | 2 +- src/main/java/org/encog/ml/ea/genome/GenomeFactory.java | 2 +- src/main/java/org/encog/ml/ea/opp/CompoundOperator.java | 2 +- src/main/java/org/encog/ml/ea/opp/EvolutionaryOperator.java | 2 +- src/main/java/org/encog/ml/ea/opp/OperationList.java | 2 +- .../java/org/encog/ml/ea/opp/selection/SelectionOperator.java | 2 +- .../org/encog/ml/ea/opp/selection/TournamentSelection.java | 2 +- .../org/encog/ml/ea/opp/selection/TruncationSelection.java | 2 +- src/main/java/org/encog/ml/ea/population/BasicPopulation.java | 2 +- src/main/java/org/encog/ml/ea/population/Population.java | 2 +- .../java/org/encog/ml/ea/population/PopulationGenerator.java | 2 +- src/main/java/org/encog/ml/ea/population/package-info.java | 2 +- src/main/java/org/encog/ml/ea/rules/BasicRuleHolder.java | 2 +- src/main/java/org/encog/ml/ea/rules/ConstraintRule.java | 2 +- src/main/java/org/encog/ml/ea/rules/RewriteRule.java | 2 +- src/main/java/org/encog/ml/ea/rules/RuleHolder.java | 2 +- src/main/java/org/encog/ml/ea/score/AdjustScore.java | 2 +- src/main/java/org/encog/ml/ea/score/EmptyScoreFunction.java | 2 +- .../org/encog/ml/ea/score/adjust/ComplexityAdjustedScore.java | 2 +- .../java/org/encog/ml/ea/score/parallel/ParallelScore.java | 2 +- .../org/encog/ml/ea/score/parallel/ParallelScoreTask.java | 2 +- .../java/org/encog/ml/ea/sort/AbstractGenomeComparator.java | 2 +- src/main/java/org/encog/ml/ea/sort/GenomeComparator.java | 2 +- .../java/org/encog/ml/ea/sort/MaximizeAdjustedScoreComp.java | 2 +- src/main/java/org/encog/ml/ea/sort/MaximizeScoreComp.java | 2 +- .../java/org/encog/ml/ea/sort/MinimizeAdjustedScoreComp.java | 2 +- src/main/java/org/encog/ml/ea/sort/MinimizeScoreComp.java | 2 +- src/main/java/org/encog/ml/ea/sort/SortGenomesForSpecies.java | 2 +- src/main/java/org/encog/ml/ea/sort/SpeciesComparator.java | 2 +- src/main/java/org/encog/ml/ea/species/BasicSpecies.java | 2 +- src/main/java/org/encog/ml/ea/species/SingleSpeciation.java | 2 +- src/main/java/org/encog/ml/ea/species/Speciation.java | 2 +- src/main/java/org/encog/ml/ea/species/Species.java | 2 +- .../java/org/encog/ml/ea/species/ThresholdSpeciation.java | 2 +- .../java/org/encog/ml/ea/train/EvolutionaryAlgorithm.java | 2 +- src/main/java/org/encog/ml/ea/train/basic/BasicEA.java | 2 +- src/main/java/org/encog/ml/ea/train/basic/EAWorker.java | 2 +- src/main/java/org/encog/ml/ea/train/basic/TrainEA.java | 2 +- src/main/java/org/encog/ml/factory/MLActivationFactory.java | 2 +- src/main/java/org/encog/ml/factory/MLMethodFactory.java | 2 +- src/main/java/org/encog/ml/factory/MLTrainFactory.java | 2 +- .../java/org/encog/ml/factory/method/BayesianFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/EPLFactory.java | 2 +- .../java/org/encog/ml/factory/method/FeedforwardFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/NEATFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/PNNFactory.java | 2 +- .../java/org/encog/ml/factory/method/RBFNetworkFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/SOMFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/SRNFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/SVMFactory.java | 2 +- src/main/java/org/encog/ml/factory/method/package-info.java | 2 +- src/main/java/org/encog/ml/factory/package-info.java | 2 +- .../java/org/encog/ml/factory/parse/ArchitectureLayer.java | 2 +- .../java/org/encog/ml/factory/parse/ArchitectureParse.java | 2 +- src/main/java/org/encog/ml/factory/parse/package-info.java | 2 +- src/main/java/org/encog/ml/factory/train/AnnealFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/BackPropFactory.java | 2 +- .../java/org/encog/ml/factory/train/ClusterSOMFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/EPLGAFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/GeneticFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/LMAFactory.java | 2 +- .../java/org/encog/ml/factory/train/ManhattanFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/NEATGAFactory.java | 2 +- .../org/encog/ml/factory/train/NeighborhoodSOMFactory.java | 2 +- .../java/org/encog/ml/factory/train/NelderMeadFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/PSOFactory.java | 2 +- .../java/org/encog/ml/factory/train/QuickPropFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/RBFSVDFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/RPROPFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/SCGFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/SVMFactory.java | 2 +- .../java/org/encog/ml/factory/train/SVMSearchFactory.java | 2 +- .../java/org/encog/ml/factory/train/TrainBayesianFactory.java | 2 +- src/main/java/org/encog/ml/factory/train/package-info.java | 2 +- src/main/java/org/encog/ml/fitness/FitnessObjective.java | 2 +- src/main/java/org/encog/ml/fitness/MultiObjectiveFitness.java | 2 +- .../java/org/encog/ml/fitting/gaussian/GaussianFitting.java | 2 +- .../java/org/encog/ml/fitting/gaussian/TrainGaussian.java | 2 +- .../java/org/encog/ml/fitting/linear/LinearRegression.java | 2 +- .../org/encog/ml/fitting/linear/TrainLinearRegression.java | 2 +- src/main/java/org/encog/ml/genetic/GeneticError.java | 2 +- src/main/java/org/encog/ml/genetic/MLEncodableCODEC.java | 2 +- .../java/org/encog/ml/genetic/MLMethodGeneticAlgorithm.java | 2 +- src/main/java/org/encog/ml/genetic/MLMethodGenome.java | 2 +- src/main/java/org/encog/ml/genetic/MLMethodGenomeFactory.java | 2 +- src/main/java/org/encog/ml/genetic/crossover/Splice.java | 2 +- .../java/org/encog/ml/genetic/crossover/SpliceNoRepeat.java | 2 +- .../java/org/encog/ml/genetic/crossover/package-info.java | 2 +- src/main/java/org/encog/ml/genetic/genome/ArrayGenome.java | 2 +- .../java/org/encog/ml/genetic/genome/DoubleArrayGenome.java | 2 +- .../org/encog/ml/genetic/genome/DoubleArrayGenomeFactory.java | 2 +- .../java/org/encog/ml/genetic/genome/IntegerArrayGenome.java | 2 +- .../encog/ml/genetic/genome/IntegerArrayGenomeFactory.java | 2 +- src/main/java/org/encog/ml/genetic/genome/package-info.java | 2 +- src/main/java/org/encog/ml/genetic/mutate/MutatePerturb.java | 2 +- src/main/java/org/encog/ml/genetic/mutate/MutateShuffle.java | 2 +- src/main/java/org/encog/ml/genetic/mutate/package-info.java | 2 +- src/main/java/org/encog/ml/genetic/package-info.java | 2 +- src/main/java/org/encog/ml/graph/BasicEdge.java | 2 +- src/main/java/org/encog/ml/graph/BasicGraph.java | 2 +- src/main/java/org/encog/ml/graph/BasicNode.java | 2 +- src/main/java/org/encog/ml/graph/BasicPath.java | 2 +- src/main/java/org/encog/ml/graph/EuclideanNode.java | 2 +- src/main/java/org/encog/ml/graph/search/AStarSearch.java | 2 +- .../java/org/encog/ml/graph/search/AbstractGraphSearch.java | 2 +- .../java/org/encog/ml/graph/search/BreadthFirstSearch.java | 2 +- src/main/java/org/encog/ml/graph/search/CostEstimator.java | 2 +- src/main/java/org/encog/ml/graph/search/DepthFirstSearch.java | 2 +- .../org/encog/ml/graph/search/EuclideanCostEstimator.java | 2 +- src/main/java/org/encog/ml/graph/search/FrontierHolder.java | 2 +- src/main/java/org/encog/ml/graph/search/GraphSearch.java | 2 +- src/main/java/org/encog/ml/graph/search/Prioritizer.java | 2 +- src/main/java/org/encog/ml/graph/search/SearchGoal.java | 2 +- .../java/org/encog/ml/graph/search/SimpleDestinationGoal.java | 2 +- src/main/java/org/encog/ml/hmm/HiddenMarkovModel.java | 2 +- src/main/java/org/encog/ml/hmm/PersistHMM.java | 2 +- .../java/org/encog/ml/hmm/alog/ForwardBackwardCalculator.java | 2 +- .../encog/ml/hmm/alog/ForwardBackwardScaledCalculator.java | 2 +- .../encog/ml/hmm/alog/KullbackLeiblerDistanceCalculator.java | 2 +- src/main/java/org/encog/ml/hmm/alog/MarkovGenerator.java | 2 +- src/main/java/org/encog/ml/hmm/alog/ViterbiCalculator.java | 2 +- .../org/encog/ml/hmm/distributions/ContinousDistribution.java | 2 +- .../org/encog/ml/hmm/distributions/DiscreteDistribution.java | 2 +- .../org/encog/ml/hmm/distributions/StateDistribution.java | 2 +- src/main/java/org/encog/ml/hmm/train/bw/BaseBaumWelch.java | 2 +- src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelch.java | 2 +- .../java/org/encog/ml/hmm/train/bw/TrainBaumWelchScaled.java | 2 +- src/main/java/org/encog/ml/hmm/train/kmeans/Clusters.java | 2 +- src/main/java/org/encog/ml/hmm/train/kmeans/TrainKMeans.java | 2 +- .../org/encog/ml/importance/AbstractFeatureImportance.java | 2 +- .../encog/ml/importance/CorrelationFeatureImportanceCalc.java | 2 +- src/main/java/org/encog/ml/importance/FeatureImportance.java | 2 +- src/main/java/org/encog/ml/importance/FeatureRank.java | 2 +- .../org/encog/ml/importance/NeuralFeatureImportanceCalc.java | 2 +- .../ml/importance/PerturbationFeatureImportanceCalc.java | 2 +- src/main/java/org/encog/ml/kmeans/BasicCluster.java | 2 +- src/main/java/org/encog/ml/kmeans/KMeansClustering.java | 2 +- src/main/java/org/encog/ml/kmeans/package-info.java | 2 +- src/main/java/org/encog/ml/model/EncogModel.java | 2 +- .../java/org/encog/ml/model/config/FeedforwardConfig.java | 2 +- src/main/java/org/encog/ml/model/config/MethodConfig.java | 2 +- src/main/java/org/encog/ml/model/config/NEATConfig.java | 2 +- src/main/java/org/encog/ml/model/config/PNNConfig.java | 2 +- src/main/java/org/encog/ml/model/config/RBFNetworkConfig.java | 2 +- src/main/java/org/encog/ml/model/config/SVMConfig.java | 2 +- src/main/java/org/encog/ml/model/config/package-info.java | 2 +- src/main/java/org/encog/ml/model/package-info.java | 2 +- src/main/java/org/encog/ml/package-info.java | 2 +- src/main/java/org/encog/ml/prg/EncogProgram.java | 2 +- src/main/java/org/encog/ml/prg/EncogProgramContext.java | 2 +- src/main/java/org/encog/ml/prg/EncogProgramVariables.java | 2 +- src/main/java/org/encog/ml/prg/PersistPrgPopulation.java | 2 +- src/main/java/org/encog/ml/prg/PrgCODEC.java | 2 +- src/main/java/org/encog/ml/prg/ProgramNode.java | 2 +- src/main/java/org/encog/ml/prg/VariableMapping.java | 2 +- .../java/org/encog/ml/prg/expvalue/DivisionByZeroError.java | 2 +- src/main/java/org/encog/ml/prg/expvalue/EvaluateExpr.java | 2 +- src/main/java/org/encog/ml/prg/expvalue/ExpressionValue.java | 2 +- src/main/java/org/encog/ml/prg/expvalue/ValueType.java | 2 +- src/main/java/org/encog/ml/prg/extension/BasicTemplate.java | 2 +- src/main/java/org/encog/ml/prg/extension/ConstantPool.java | 2 +- .../java/org/encog/ml/prg/extension/EncogOpcodeRegistry.java | 2 +- src/main/java/org/encog/ml/prg/extension/FunctionFactory.java | 2 +- src/main/java/org/encog/ml/prg/extension/NodeType.java | 2 +- src/main/java/org/encog/ml/prg/extension/ParamTemplate.java | 2 +- .../org/encog/ml/prg/extension/ProgramExtensionTemplate.java | 2 +- .../java/org/encog/ml/prg/extension/StandardExtensions.java | 2 +- .../java/org/encog/ml/prg/generator/AbstractPrgGenerator.java | 2 +- src/main/java/org/encog/ml/prg/generator/GenerateWorker.java | 2 +- .../java/org/encog/ml/prg/generator/PrgFullGenerator.java | 2 +- src/main/java/org/encog/ml/prg/generator/PrgGenerator.java | 2 +- .../java/org/encog/ml/prg/generator/PrgGrowGenerator.java | 2 +- .../java/org/encog/ml/prg/generator/RampedHalfAndHalf.java | 2 +- src/main/java/org/encog/ml/prg/opp/ConstMutation.java | 2 +- src/main/java/org/encog/ml/prg/opp/LevelHolder.java | 2 +- src/main/java/org/encog/ml/prg/opp/SubtreeCrossover.java | 2 +- src/main/java/org/encog/ml/prg/opp/SubtreeMutation.java | 2 +- .../java/org/encog/ml/prg/species/CompareEncogProgram.java | 2 +- src/main/java/org/encog/ml/prg/species/PrgSpeciation.java | 2 +- src/main/java/org/encog/ml/prg/train/PrgGenomeFactory.java | 2 +- src/main/java/org/encog/ml/prg/train/PrgPopulation.java | 2 +- .../java/org/encog/ml/prg/train/ZeroEvalScoreFunction.java | 2 +- .../java/org/encog/ml/prg/train/rewrite/RewriteAlgebraic.java | 2 +- .../java/org/encog/ml/prg/train/rewrite/RewriteBoolean.java | 2 +- .../java/org/encog/ml/prg/train/rewrite/RewriteConstants.java | 2 +- src/main/java/org/encog/ml/schedule/ActionNode.java | 2 +- .../java/org/encog/ml/schedule/CalculateScheduleTimes.java | 2 +- src/main/java/org/encog/ml/schedule/ScheduleGraph.java | 2 +- src/main/java/org/encog/ml/svm/KernelType.java | 2 +- src/main/java/org/encog/ml/svm/PersistSVM.java | 2 +- src/main/java/org/encog/ml/svm/SVM.java | 2 +- src/main/java/org/encog/ml/svm/SVMType.java | 2 +- src/main/java/org/encog/ml/svm/package-info.java | 2 +- src/main/java/org/encog/ml/svm/training/EncodeSVMProblem.java | 2 +- src/main/java/org/encog/ml/svm/training/SVMSearchTrain.java | 2 +- src/main/java/org/encog/ml/svm/training/SVMTrain.java | 2 +- src/main/java/org/encog/ml/svm/training/package-info.java | 2 +- src/main/java/org/encog/ml/train/BasicTraining.java | 2 +- src/main/java/org/encog/ml/train/MLTrain.java | 2 +- src/main/java/org/encog/ml/train/strategy/Greedy.java | 2 +- src/main/java/org/encog/ml/train/strategy/HybridStrategy.java | 2 +- .../encog/ml/train/strategy/RequiredImprovementStrategy.java | 2 +- src/main/java/org/encog/ml/train/strategy/ResetStrategy.java | 2 +- .../org/encog/ml/train/strategy/StopTrainingStrategy.java | 2 +- src/main/java/org/encog/ml/train/strategy/Strategy.java | 2 +- .../encog/ml/train/strategy/end/EarlyStoppingStrategy.java | 2 +- .../encog/ml/train/strategy/end/EndIterationsStrategy.java | 2 +- .../org/encog/ml/train/strategy/end/EndMaxErrorStrategy.java | 2 +- .../org/encog/ml/train/strategy/end/EndMinutesStrategy.java | 2 +- .../org/encog/ml/train/strategy/end/EndTrainingStrategy.java | 2 +- .../org/encog/ml/train/strategy/end/StoppingStrategy.java | 2 +- src/main/java/org/encog/ml/tree/TreeNode.java | 2 +- src/main/java/org/encog/ml/tree/basic/BasicTreeNode.java | 2 +- .../java/org/encog/ml/tree/traverse/DepthFirstTraversal.java | 2 +- src/main/java/org/encog/ml/tree/traverse/TreeTraversal.java | 2 +- .../java/org/encog/ml/tree/traverse/TreeTraversalTask.java | 2 +- .../java/org/encog/ml/tree/traverse/tasks/TaskCountNodes.java | 2 +- .../org/encog/ml/tree/traverse/tasks/TaskGetNodeIndex.java | 2 +- .../org/encog/ml/tree/traverse/tasks/TaskReplaceNode.java | 2 +- src/main/java/org/encog/ml/world/Action.java | 2 +- src/main/java/org/encog/ml/world/ActionProbability.java | 2 +- src/main/java/org/encog/ml/world/AgentPolicy.java | 2 +- src/main/java/org/encog/ml/world/PerformAction.java | 2 +- src/main/java/org/encog/ml/world/State.java | 2 +- src/main/java/org/encog/ml/world/SuccessorState.java | 2 +- src/main/java/org/encog/ml/world/World.java | 2 +- src/main/java/org/encog/ml/world/WorldAgent.java | 2 +- src/main/java/org/encog/ml/world/WorldError.java | 2 +- src/main/java/org/encog/ml/world/basic/BasicAction.java | 2 +- src/main/java/org/encog/ml/world/basic/BasicAgent.java | 2 +- src/main/java/org/encog/ml/world/basic/BasicState.java | 2 +- src/main/java/org/encog/ml/world/basic/BasicWorld.java | 2 +- src/main/java/org/encog/ml/world/grid/GridState.java | 2 +- src/main/java/org/encog/ml/world/grid/GridWorld.java | 2 +- .../ml/world/grid/probability/GridAbstractProbability.java | 2 +- .../world/grid/probability/GridDeterministicProbability.java | 2 +- .../ml/world/grid/probability/GridStochasticProbability.java | 2 +- .../encog/ml/world/learning/mdp/MarkovDecisionProcess.java | 2 +- .../java/org/encog/ml/world/learning/mdp/ValueIteration.java | 2 +- src/main/java/org/encog/ml/world/learning/q/QLearning.java | 2 +- src/main/java/org/encog/neural/NeuralNetworkError.java | 2 +- src/main/java/org/encog/neural/art/ART.java | 2 +- src/main/java/org/encog/neural/art/ART1.java | 2 +- src/main/java/org/encog/neural/art/PersistART1.java | 2 +- src/main/java/org/encog/neural/art/package-info.java | 2 +- src/main/java/org/encog/neural/bam/BAM.java | 2 +- src/main/java/org/encog/neural/bam/PersistBAM.java | 2 +- src/main/java/org/encog/neural/bam/package-info.java | 2 +- src/main/java/org/encog/neural/cpn/CPN.java | 2 +- src/main/java/org/encog/neural/cpn/PersistCPN.java | 2 +- src/main/java/org/encog/neural/cpn/package-info.java | 2 +- src/main/java/org/encog/neural/cpn/training/TrainInstar.java | 2 +- src/main/java/org/encog/neural/cpn/training/TrainOutstar.java | 2 +- src/main/java/org/encog/neural/cpn/training/package-info.java | 2 +- src/main/java/org/encog/neural/data/NeuralData.java | 2 +- src/main/java/org/encog/neural/data/NeuralDataPair.java | 2 +- src/main/java/org/encog/neural/data/NeuralDataSet.java | 2 +- .../java/org/encog/neural/data/basic/BasicNeuralData.java | 2 +- .../java/org/encog/neural/data/basic/BasicNeuralDataPair.java | 2 +- .../java/org/encog/neural/data/basic/BasicNeuralDataSet.java | 2 +- src/main/java/org/encog/neural/data/basic/package-info.java | 2 +- src/main/java/org/encog/neural/data/package-info.java | 2 +- src/main/java/org/encog/neural/error/ATanErrorFunction.java | 2 +- .../org/encog/neural/error/CrossEntropyErrorFunction.java | 2 +- src/main/java/org/encog/neural/error/ErrorFunction.java | 2 +- src/main/java/org/encog/neural/error/LinearErrorFunction.java | 2 +- src/main/java/org/encog/neural/error/OutputErrorFunction.java | 2 +- src/main/java/org/encog/neural/flat/FlatLayer.java | 2 +- src/main/java/org/encog/neural/flat/FlatNetwork.java | 2 +- src/main/java/org/encog/neural/flat/FlatNetworkRBF.java | 2 +- src/main/java/org/encog/neural/flat/package-info.java | 2 +- .../java/org/encog/neural/freeform/FreeformConnection.java | 2 +- .../java/org/encog/neural/freeform/FreeformContextNeuron.java | 2 +- src/main/java/org/encog/neural/freeform/FreeformLayer.java | 2 +- src/main/java/org/encog/neural/freeform/FreeformNetwork.java | 2 +- .../java/org/encog/neural/freeform/FreeformNetworkError.java | 2 +- src/main/java/org/encog/neural/freeform/FreeformNeuron.java | 2 +- src/main/java/org/encog/neural/freeform/InputSummation.java | 2 +- src/main/java/org/encog/neural/freeform/TempTrainingData.java | 2 +- .../encog/neural/freeform/basic/BasicActivationSummation.java | 2 +- .../freeform/basic/BasicActivationSummationFactory.java | 2 +- .../encog/neural/freeform/basic/BasicFreeformConnection.java | 2 +- .../neural/freeform/basic/BasicFreeformConnectionFactory.java | 2 +- .../org/encog/neural/freeform/basic/BasicFreeformLayer.java | 2 +- .../neural/freeform/basic/BasicFreeformLayerFactory.java | 2 +- .../org/encog/neural/freeform/basic/BasicFreeformNeuron.java | 2 +- .../neural/freeform/basic/BasicFreeformNeuronFactory.java | 2 +- .../neural/freeform/factory/FreeformConnectionFactory.java | 2 +- .../encog/neural/freeform/factory/FreeformLayerFactory.java | 2 +- .../encog/neural/freeform/factory/FreeformNeuronFactory.java | 2 +- .../encog/neural/freeform/factory/InputSummationFactory.java | 2 +- .../java/org/encog/neural/freeform/task/ConnectionTask.java | 2 +- src/main/java/org/encog/neural/freeform/task/NeuronTask.java | 2 +- .../neural/freeform/training/FreeformBackPropagation.java | 2 +- .../neural/freeform/training/FreeformPropagationTraining.java | 2 +- .../freeform/training/FreeformResilientPropagation.java | 2 +- .../org/encog/neural/hyperneat/FactorHyperNEATGenome.java | 2 +- src/main/java/org/encog/neural/hyperneat/HyperNEATCODEC.java | 2 +- src/main/java/org/encog/neural/hyperneat/HyperNEATGenome.java | 2 +- .../java/org/encog/neural/hyperneat/substrate/Substrate.java | 2 +- .../encog/neural/hyperneat/substrate/SubstrateFactory.java | 2 +- .../org/encog/neural/hyperneat/substrate/SubstrateLink.java | 2 +- .../org/encog/neural/hyperneat/substrate/SubstrateNode.java | 2 +- src/main/java/org/encog/neural/neat/FactorNEATGenome.java | 2 +- src/main/java/org/encog/neural/neat/NEATCODEC.java | 2 +- src/main/java/org/encog/neural/neat/NEATGenomeFactory.java | 2 +- src/main/java/org/encog/neural/neat/NEATLink.java | 2 +- src/main/java/org/encog/neural/neat/NEATNetwork.java | 2 +- src/main/java/org/encog/neural/neat/NEATNeuronType.java | 2 +- src/main/java/org/encog/neural/neat/NEATPopulation.java | 2 +- src/main/java/org/encog/neural/neat/NEATUtil.java | 2 +- .../java/org/encog/neural/neat/PersistNEATPopulation.java | 2 +- .../java/org/encog/neural/neat/training/NEATBaseGene.java | 2 +- src/main/java/org/encog/neural/neat/training/NEATGenome.java | 2 +- .../java/org/encog/neural/neat/training/NEATInnovation.java | 2 +- .../org/encog/neural/neat/training/NEATInnovationList.java | 2 +- .../org/encog/neural/neat/training/NEATInnovationType.java | 2 +- .../java/org/encog/neural/neat/training/NEATLinkGene.java | 2 +- .../java/org/encog/neural/neat/training/NEATNeuronGene.java | 2 +- .../org/encog/neural/neat/training/opp/NEATCrossover.java | 2 +- .../org/encog/neural/neat/training/opp/NEATMutateAddLink.java | 2 +- .../org/encog/neural/neat/training/opp/NEATMutateAddNode.java | 2 +- .../encog/neural/neat/training/opp/NEATMutateRemoveLink.java | 2 +- .../org/encog/neural/neat/training/opp/NEATMutateWeights.java | 2 +- .../java/org/encog/neural/neat/training/opp/NEATMutation.java | 2 +- .../neural/neat/training/opp/links/MutateLinkWeight.java | 2 +- .../neat/training/opp/links/MutatePerturbLinkWeight.java | 2 +- .../neural/neat/training/opp/links/MutateResetLinkWeight.java | 2 +- .../org/encog/neural/neat/training/opp/links/SelectFixed.java | 2 +- .../org/encog/neural/neat/training/opp/links/SelectLinks.java | 2 +- .../neural/neat/training/opp/links/SelectProportion.java | 2 +- .../neural/neat/training/species/OriginalNEATSpeciation.java | 2 +- src/main/java/org/encog/neural/networks/BasicNetwork.java | 2 +- src/main/java/org/encog/neural/networks/ContainsFlat.java | 2 +- .../java/org/encog/neural/networks/NeuralDataMapping.java | 2 +- .../java/org/encog/neural/networks/PersistBasicNetwork.java | 2 +- .../java/org/encog/neural/networks/layers/BasicLayer.java | 2 +- src/main/java/org/encog/neural/networks/layers/Layer.java | 2 +- src/main/java/org/encog/neural/networks/package-info.java | 2 +- .../org/encog/neural/networks/structure/AnalyzeNetwork.java | 2 +- .../org/encog/neural/networks/structure/NetworkCODEC.java | 2 +- .../org/encog/neural/networks/structure/NeuralStructure.java | 2 +- .../org/encog/neural/networks/structure/package-info.java | 2 +- .../java/org/encog/neural/networks/training/BatchSize.java | 2 +- .../java/org/encog/neural/networks/training/LearningRate.java | 2 +- .../java/org/encog/neural/networks/training/Momentum.java | 2 +- .../neural/networks/training/StochasticTrainingSetScore.java | 2 +- src/main/java/org/encog/neural/networks/training/Train.java | 2 +- .../org/encog/neural/networks/training/TrainingError.java | 2 +- .../org/encog/neural/networks/training/TrainingSetScore.java | 2 +- .../networks/training/anneal/NeuralSimulatedAnnealing.java | 2 +- .../training/anneal/NeuralSimulatedAnnealingHelper.java | 2 +- .../encog/neural/networks/training/anneal/package-info.java | 2 +- .../training/concurrent/ConcurrentTrainingManager.java | 2 +- .../neural/networks/training/concurrent/jobs/BPROPJob.java | 2 +- .../neural/networks/training/concurrent/jobs/RPROPJob.java | 2 +- .../neural/networks/training/concurrent/jobs/TrainingJob.java | 2 +- .../networks/training/concurrent/jobs/package-info.java | 2 +- .../neural/networks/training/concurrent/package-info.java | 2 +- .../concurrent/performers/ConcurrentTrainingPerformer.java | 2 +- .../concurrent/performers/ConcurrentTrainingPerformerCPU.java | 2 +- .../training/concurrent/performers/PerformerTask.java | 2 +- .../networks/training/concurrent/performers/package-info.java | 2 +- .../encog/neural/networks/training/cross/CrossTraining.java | 2 +- .../neural/networks/training/cross/CrossValidationKFold.java | 2 +- .../org/encog/neural/networks/training/cross/NetworkFold.java | 2 +- .../encog/neural/networks/training/cross/package-info.java | 2 +- .../networks/training/lma/LevenbergMarquardtTraining.java | 2 +- .../org/encog/neural/networks/training/lma/package-info.java | 2 +- .../encog/neural/networks/training/nm/NelderMeadTraining.java | 2 +- .../java/org/encog/neural/networks/training/package-info.java | 2 +- .../neural/networks/training/pnn/CalculationCriteria.java | 2 +- .../org/encog/neural/networks/training/pnn/DeriveMinimum.java | 2 +- .../neural/networks/training/pnn/GlobalMinimumSearch.java | 2 +- .../org/encog/neural/networks/training/pnn/TrainBasicPNN.java | 2 +- .../org/encog/neural/networks/training/pnn/package-info.java | 2 +- .../neural/networks/training/propagation/GradientWorker.java | 2 +- .../networks/training/propagation/GradientWorkerOwner.java | 2 +- .../training/propagation/PersistTrainingContinuation.java | 2 +- .../neural/networks/training/propagation/Propagation.java | 2 +- .../networks/training/propagation/TrainingContinuation.java | 2 +- .../networks/training/propagation/back/Backpropagation.java | 2 +- .../networks/training/propagation/back/package-info.java | 2 +- .../training/propagation/manhattan/ManhattanPropagation.java | 2 +- .../networks/training/propagation/manhattan/package-info.java | 2 +- .../neural/networks/training/propagation/package-info.java | 2 +- .../networks/training/propagation/quick/QuickPropagation.java | 2 +- .../networks/training/propagation/quick/package-info.java | 2 +- .../networks/training/propagation/resilient/RPROPConst.java | 2 +- .../networks/training/propagation/resilient/RPROPType.java | 2 +- .../training/propagation/resilient/ResilientPropagation.java | 2 +- .../networks/training/propagation/resilient/package-info.java | 2 +- .../training/propagation/scg/ScaledConjugateGradient.java | 2 +- .../networks/training/propagation/scg/package-info.java | 2 +- .../networks/training/propagation/sgd/BatchDataSet.java | 2 +- .../training/propagation/sgd/StochasticGradientDescent.java | 2 +- .../training/propagation/sgd/update/AdaGradUpdate.java | 2 +- .../networks/training/propagation/sgd/update/AdamUpdate.java | 2 +- .../training/propagation/sgd/update/MomentumUpdate.java | 2 +- .../training/propagation/sgd/update/NesterovUpdate.java | 2 +- .../training/propagation/sgd/update/RMSPropUpdate.java | 2 +- .../networks/training/propagation/sgd/update/UpdateRule.java | 2 +- .../org/encog/neural/networks/training/pso/NeuralPSO.java | 2 +- .../encog/neural/networks/training/pso/NeuralPSOWorker.java | 2 +- .../encog/neural/networks/training/simple/TrainAdaline.java | 2 +- .../encog/neural/networks/training/simple/package-info.java | 2 +- .../networks/training/strategy/RegularizationStrategy.java | 2 +- .../neural/networks/training/strategy/SmartLearningRate.java | 2 +- .../neural/networks/training/strategy/SmartMomentum.java | 2 +- .../encog/neural/networks/training/strategy/package-info.java | 2 +- src/main/java/org/encog/neural/pattern/ADALINEPattern.java | 2 +- src/main/java/org/encog/neural/pattern/ART1Pattern.java | 2 +- src/main/java/org/encog/neural/pattern/BAMPattern.java | 2 +- src/main/java/org/encog/neural/pattern/BoltzmannPattern.java | 2 +- src/main/java/org/encog/neural/pattern/CPNPattern.java | 2 +- src/main/java/org/encog/neural/pattern/ElmanPattern.java | 2 +- .../java/org/encog/neural/pattern/FeedForwardPattern.java | 2 +- src/main/java/org/encog/neural/pattern/HopfieldPattern.java | 2 +- src/main/java/org/encog/neural/pattern/JordanPattern.java | 2 +- .../java/org/encog/neural/pattern/NeuralNetworkPattern.java | 2 +- src/main/java/org/encog/neural/pattern/PNNPattern.java | 2 +- src/main/java/org/encog/neural/pattern/PatternError.java | 2 +- .../java/org/encog/neural/pattern/RadialBasisPattern.java | 2 +- src/main/java/org/encog/neural/pattern/SOMPattern.java | 2 +- src/main/java/org/encog/neural/pattern/SVMPattern.java | 2 +- src/main/java/org/encog/neural/pattern/package-info.java | 2 +- src/main/java/org/encog/neural/pnn/AbstractPNN.java | 2 +- src/main/java/org/encog/neural/pnn/BasicPNN.java | 2 +- src/main/java/org/encog/neural/pnn/PNNKernelType.java | 2 +- src/main/java/org/encog/neural/pnn/PNNOutputMode.java | 2 +- src/main/java/org/encog/neural/pnn/PersistBasicPNN.java | 2 +- src/main/java/org/encog/neural/pnn/package-info.java | 2 +- src/main/java/org/encog/neural/prune/HiddenLayerParams.java | 2 +- src/main/java/org/encog/neural/prune/NetworkPattern.java | 2 +- src/main/java/org/encog/neural/prune/PruneIncremental.java | 2 +- src/main/java/org/encog/neural/prune/PruneSelective.java | 2 +- src/main/java/org/encog/neural/prune/package-info.java | 2 +- src/main/java/org/encog/neural/rbf/PersistRBFNetwork.java | 2 +- src/main/java/org/encog/neural/rbf/RBFNetwork.java | 2 +- src/main/java/org/encog/neural/rbf/package-info.java | 2 +- src/main/java/org/encog/neural/rbf/training/SVD.java | 2 +- src/main/java/org/encog/neural/rbf/training/SVDTraining.java | 2 +- src/main/java/org/encog/neural/rbf/training/package-info.java | 2 +- src/main/java/org/encog/neural/som/PersistSOM.java | 2 +- src/main/java/org/encog/neural/som/SOM.java | 2 +- src/main/java/org/encog/neural/som/package-info.java | 2 +- .../org/encog/neural/som/training/basic/BasicTrainSOM.java | 2 +- .../org/encog/neural/som/training/basic/BestMatchingUnit.java | 2 +- .../som/training/basic/neighborhood/NeighborhoodBubble.java | 2 +- .../som/training/basic/neighborhood/NeighborhoodFunction.java | 2 +- .../som/training/basic/neighborhood/NeighborhoodRBF.java | 2 +- .../som/training/basic/neighborhood/NeighborhoodRBF1D.java | 2 +- .../som/training/basic/neighborhood/NeighborhoodSingle.java | 2 +- .../neural/som/training/basic/neighborhood/package-info.java | 2 +- .../org/encog/neural/som/training/basic/package-info.java | 2 +- .../som/training/clustercopy/SOMClusterCopyTraining.java | 2 +- .../encog/neural/som/training/clustercopy/package-info.java | 2 +- src/main/java/org/encog/neural/som/training/package-info.java | 2 +- src/main/java/org/encog/neural/thermal/BoltzmannMachine.java | 2 +- src/main/java/org/encog/neural/thermal/HopfieldNetwork.java | 2 +- src/main/java/org/encog/neural/thermal/PersistBoltzmann.java | 2 +- src/main/java/org/encog/neural/thermal/PersistHopfield.java | 2 +- src/main/java/org/encog/neural/thermal/ThermalNetwork.java | 2 +- src/main/java/org/encog/neural/thermal/package-info.java | 2 +- src/main/java/org/encog/parse/ParseError.java | 2 +- src/main/java/org/encog/parse/PeekableInputStream.java | 2 +- src/main/java/org/encog/parse/expression/CommonRender.java | 2 +- .../java/org/encog/parse/expression/ExpressionNodeType.java | 2 +- .../encog/parse/expression/common/ParseCommonExpression.java | 2 +- .../encog/parse/expression/common/RenderCommonExpression.java | 2 +- src/main/java/org/encog/parse/expression/epl/ParseEPL.java | 2 +- src/main/java/org/encog/parse/expression/epl/RenderEPL.java | 2 +- .../encog/parse/expression/latex/RenderLatexExpression.java | 2 +- src/main/java/org/encog/parse/expression/rpn/RenderRPN.java | 2 +- src/main/java/org/encog/parse/tags/Tag.java | 2 +- src/main/java/org/encog/parse/tags/TagConst.java | 2 +- src/main/java/org/encog/parse/tags/read/ReadHTML.java | 2 +- src/main/java/org/encog/parse/tags/read/ReadTags.java | 2 +- src/main/java/org/encog/parse/tags/read/ReadXML.java | 2 +- src/main/java/org/encog/parse/tags/write/WriteTags.java | 2 +- src/main/java/org/encog/parse/tags/write/WriteXML.java | 2 +- .../java/org/encog/persist/EncogDirectoryPersistence.java | 2 +- src/main/java/org/encog/persist/EncogFileSection.java | 2 +- src/main/java/org/encog/persist/EncogPersistor.java | 2 +- src/main/java/org/encog/persist/EncogReadHelper.java | 2 +- src/main/java/org/encog/persist/EncogWriteHelper.java | 2 +- src/main/java/org/encog/persist/PersistConst.java | 2 +- src/main/java/org/encog/persist/PersistError.java | 2 +- src/main/java/org/encog/persist/PersistorRegistry.java | 2 +- src/main/java/org/encog/persist/package-info.java | 2 +- .../java/org/encog/persist/source/ObtainFallbackStream.java | 2 +- .../java/org/encog/persist/source/ObtainFileInputStream.java | 2 +- src/main/java/org/encog/persist/source/ObtainInputStream.java | 2 +- .../org/encog/persist/source/ObtainResourceInputStream.java | 2 +- .../encog/platformspecific/j2se/EncogPlatformSpecific.java | 2 +- .../java/org/encog/platformspecific/j2se/TrainingDialog.java | 2 +- .../encog/platformspecific/j2se/data/SQLNeuralDataSet.java | 2 +- .../encog/platformspecific/j2se/data/image/ImageMLData.java | 2 +- .../platformspecific/j2se/data/image/ImageMLDataSet.java | 2 +- .../encog/platformspecific/j2se/data/image/package-info.java | 2 +- src/main/java/org/encog/plugin/EncogPluginBase.java | 2 +- src/main/java/org/encog/plugin/EncogPluginLogging1.java | 2 +- src/main/java/org/encog/plugin/EncogPluginService1.java | 2 +- src/main/java/org/encog/plugin/package-info.java | 2 +- .../java/org/encog/plugin/system/SystemActivationPlugin.java | 2 +- .../java/org/encog/plugin/system/SystemLoggingPlugin.java | 2 +- .../java/org/encog/plugin/system/SystemMethodsPlugin.java | 2 +- .../java/org/encog/plugin/system/SystemTrainingPlugin.java | 2 +- src/main/java/org/encog/plugin/system/package-info.java | 2 +- src/main/java/org/encog/util/EncogValidate.java | 2 +- src/main/java/org/encog/util/EngineArray.java | 2 +- src/main/java/org/encog/util/Format.java | 2 +- src/main/java/org/encog/util/HTMLReport.java | 2 +- src/main/java/org/encog/util/ImageSize.java | 2 +- src/main/java/org/encog/util/ObjectPair.java | 2 +- src/main/java/org/encog/util/ParamsHolder.java | 2 +- src/main/java/org/encog/util/ResourceLoader.java | 2 +- src/main/java/org/encog/util/SimpleParser.java | 2 +- src/main/java/org/encog/util/Stopwatch.java | 2 +- src/main/java/org/encog/util/YahooSearch.java | 2 +- src/main/java/org/encog/util/arrayutil/Array.java | 2 +- src/main/java/org/encog/util/arrayutil/ClassItem.java | 2 +- .../java/org/encog/util/arrayutil/NormalizationAction.java | 2 +- src/main/java/org/encog/util/arrayutil/NormalizeArray.java | 2 +- src/main/java/org/encog/util/arrayutil/NormalizedField.java | 2 +- src/main/java/org/encog/util/arrayutil/TemporalType.java | 2 +- .../java/org/encog/util/arrayutil/TemporalWindowArray.java | 2 +- .../java/org/encog/util/arrayutil/TemporalWindowField.java | 2 +- src/main/java/org/encog/util/arrayutil/VectorWindow.java | 2 +- src/main/java/org/encog/util/arrayutil/WindowDouble.java | 2 +- .../java/org/encog/util/benchmark/EncoderTrainingFactory.java | 2 +- src/main/java/org/encog/util/benchmark/EncogBenchmark.java | 2 +- src/main/java/org/encog/util/benchmark/Evaluate.java | 2 +- .../java/org/encog/util/benchmark/RandomTrainingFactory.java | 2 +- .../java/org/encog/util/concurrency/DetermineWorkload.java | 2 +- .../java/org/encog/util/concurrency/EngineConcurrency.java | 2 +- src/main/java/org/encog/util/concurrency/EngineTask.java | 2 +- src/main/java/org/encog/util/concurrency/MultiThreadable.java | 2 +- src/main/java/org/encog/util/concurrency/PoolItem.java | 2 +- src/main/java/org/encog/util/concurrency/TaskGroup.java | 2 +- .../java/org/encog/util/concurrency/job/ConcurrentJob.java | 2 +- .../java/org/encog/util/concurrency/job/JobUnitContext.java | 2 +- .../java/org/encog/util/concurrency/job/JobUnitWorker.java | 2 +- src/main/java/org/encog/util/csv/CSVError.java | 2 +- src/main/java/org/encog/util/csv/CSVFormat.java | 2 +- src/main/java/org/encog/util/csv/NumberList.java | 2 +- src/main/java/org/encog/util/csv/ParseCSVLine.java | 2 +- src/main/java/org/encog/util/csv/ReadCSV.java | 2 +- src/main/java/org/encog/util/data/GenerationUtil.java | 2 +- src/main/java/org/encog/util/data/MNISTReader.java | 2 +- src/main/java/org/encog/util/datastruct/StackInt.java | 2 +- src/main/java/org/encog/util/datastruct/StackObject.java | 2 +- src/main/java/org/encog/util/datastruct/StackString.java | 2 +- src/main/java/org/encog/util/datastruct/WindowInt.java | 2 +- src/main/java/org/encog/util/downsample/Downsample.java | 2 +- src/main/java/org/encog/util/downsample/RGBDownsample.java | 2 +- .../org/encog/util/downsample/SimpleIntensityDownsample.java | 2 +- .../java/org/encog/util/error/CalculateRegressionError.java | 2 +- src/main/java/org/encog/util/file/Directory.java | 2 +- src/main/java/org/encog/util/file/FileUtil.java | 2 +- src/main/java/org/encog/util/file/ResourceInputStream.java | 2 +- src/main/java/org/encog/util/http/CookieUtility.java | 2 +- src/main/java/org/encog/util/http/FormUtility.java | 2 +- src/main/java/org/encog/util/http/URLUtility.java | 2 +- src/main/java/org/encog/util/identity/BasicGenerateID.java | 2 +- src/main/java/org/encog/util/identity/GenerateID.java | 2 +- src/main/java/org/encog/util/kmeans/Centroid.java | 2 +- src/main/java/org/encog/util/kmeans/CentroidFactory.java | 2 +- src/main/java/org/encog/util/kmeans/Cluster.java | 2 +- src/main/java/org/encog/util/kmeans/KMeansUtil.java | 2 +- src/main/java/org/encog/util/logging/DumpMatrix.java | 2 +- src/main/java/org/encog/util/logging/EncogFormatter.java | 2 +- src/main/java/org/encog/util/logging/EncogLogging.java | 2 +- src/main/java/org/encog/util/normalize/DataNormalization.java | 2 +- .../java/org/encog/util/normalize/NormalizationError.java | 2 +- .../java/org/encog/util/normalize/input/BasicInputField.java | 2 +- .../java/org/encog/util/normalize/input/HasFixedLength.java | 2 +- src/main/java/org/encog/util/normalize/input/InputField.java | 2 +- .../org/encog/util/normalize/input/InputFieldArray1D.java | 2 +- .../org/encog/util/normalize/input/InputFieldArray2D.java | 2 +- .../java/org/encog/util/normalize/input/InputFieldCSV.java | 2 +- .../org/encog/util/normalize/input/InputFieldCSVText.java | 2 +- .../encog/util/normalize/input/InputFieldEncogCollection.java | 2 +- .../org/encog/util/normalize/input/InputFieldMLDataSet.java | 2 +- .../org/encog/util/normalize/input/MLDataFieldHolder.java | 2 +- .../org/encog/util/normalize/output/BasicOutputField.java | 2 +- .../encog/util/normalize/output/BasicOutputFieldGroup.java | 2 +- .../java/org/encog/util/normalize/output/OutputField.java | 2 +- .../org/encog/util/normalize/output/OutputFieldDirect.java | 2 +- .../org/encog/util/normalize/output/OutputFieldGroup.java | 2 +- .../org/encog/util/normalize/output/OutputFieldGrouped.java | 2 +- .../encog/util/normalize/output/OutputFieldRangeMapped.java | 2 +- .../java/org/encog/util/normalize/output/RequireTwoPass.java | 2 +- .../org/encog/util/normalize/output/mapped/MappedRange.java | 2 +- .../encog/util/normalize/output/mapped/OutputFieldEncode.java | 2 +- .../normalize/output/multiplicative/MultiplicativeGroup.java | 2 +- .../output/multiplicative/OutputFieldMultiplicative.java | 2 +- .../org/encog/util/normalize/output/nominal/NominalItem.java | 2 +- .../util/normalize/output/nominal/OutputEquilateral.java | 2 +- .../org/encog/util/normalize/output/nominal/OutputOneOf.java | 2 +- .../encog/util/normalize/output/zaxis/OutputFieldZAxis.java | 2 +- .../normalize/output/zaxis/OutputFieldZAxisSynthetic.java | 2 +- .../org/encog/util/normalize/output/zaxis/ZAxisGroup.java | 2 +- .../util/normalize/segregate/IntegerBalanceSegregator.java | 2 +- .../org/encog/util/normalize/segregate/RangeSegregator.java | 2 +- .../org/encog/util/normalize/segregate/SegregationRange.java | 2 +- .../java/org/encog/util/normalize/segregate/Segregator.java | 2 +- .../util/normalize/segregate/index/IndexRangeSegregator.java | 2 +- .../util/normalize/segregate/index/IndexSampleSegregator.java | 2 +- .../encog/util/normalize/segregate/index/IndexSegregator.java | 2 +- .../org/encog/util/normalize/target/NormalizationStorage.java | 2 +- .../util/normalize/target/NormalizationStorageArray1D.java | 2 +- .../util/normalize/target/NormalizationStorageArray2D.java | 2 +- .../encog/util/normalize/target/NormalizationStorageCSV.java | 2 +- .../normalize/target/NormalizationStorageEncogCollection.java | 2 +- .../normalize/target/NormalizationStorageNeuralDataSet.java | 2 +- src/main/java/org/encog/util/obj/ActivationUtil.java | 2 +- src/main/java/org/encog/util/obj/ChooseObject.java | 2 +- src/main/java/org/encog/util/obj/ObjectCloner.java | 2 +- src/main/java/org/encog/util/obj/ObjectHolder.java | 2 +- src/main/java/org/encog/util/obj/ReflectionUtil.java | 2 +- src/main/java/org/encog/util/obj/SerializeObject.java | 2 +- src/main/java/org/encog/util/simple/EncogUtility.java | 2 +- src/main/java/org/encog/util/simple/TrainingSetUtil.java | 2 +- src/main/java/org/encog/util/text/BagOfWords.java | 2 +- src/main/java/org/encog/util/text/Base64.java | 2 +- src/main/java/org/encog/util/text/DoubleString.java | 2 +- src/main/java/org/encog/util/text/LevenshteinDistance.java | 2 +- src/main/java/org/encog/util/time/DateUtil.java | 2 +- src/main/java/org/encog/util/time/EnglishTimeUnitNames.java | 2 +- src/main/java/org/encog/util/time/NumericDateUtil.java | 2 +- src/main/java/org/encog/util/time/TimeSpan.java | 2 +- src/main/java/org/encog/util/time/TimeUnit.java | 2 +- src/main/java/org/encog/util/time/TimeUnitNames.java | 2 +- src/main/java/org/encog/util/validate/ValidateNetwork.java | 2 +- src/test/java/org/encog/TestEncog.java | 2 +- .../java/org/encog/app/analyst/AnalystTestingUtility.java | 2 +- .../java/org/encog/app/analyst/TestAnalystClassification.java | 2 +- .../java/org/encog/app/analyst/TestAnalystRegression.java | 2 +- src/test/java/org/encog/app/analyst/TestEncogAnalyst.java | 2 +- src/test/java/org/encog/app/quant/TestBalanceCSV.java | 2 +- src/test/java/org/encog/app/quant/TestFilter.java | 2 +- src/test/java/org/encog/app/quant/TestNinjaFileConvert.java | 2 +- src/test/java/org/encog/app/quant/TestNinjaStreamWriter.java | 2 +- src/test/java/org/encog/app/quant/TestNormalizeArray.java | 2 +- src/test/java/org/encog/app/quant/TestProcessIndicators.java | 2 +- src/test/java/org/encog/app/quant/TestSegregateCSV.java | 2 +- src/test/java/org/encog/app/quant/TestShuffle.java | 2 +- src/test/java/org/encog/app/quant/TestSort.java | 2 +- src/test/java/org/encog/bot/TestBotUtil.java | 2 +- src/test/java/org/encog/bot/browse/TestAddress.java | 2 +- src/test/java/org/encog/bot/browse/TestBrowse.java | 2 +- src/test/java/org/encog/bot/browse/TestWebPageData.java | 2 +- src/test/java/org/encog/bot/html/TestParseHTML.java | 2 +- src/test/java/org/encog/bot/html/TestPeekableInputStream.java | 2 +- src/test/java/org/encog/bot/rss/TestRSS.java | 2 +- .../org/encog/ensemble/aggregator/TestMajorityVoting.java | 2 +- src/test/java/org/encog/ensemble/bagging/TestBagging.java | 2 +- src/test/java/org/encog/mathutil/TestErrorCalculation.java | 2 +- .../matrices/decomposition/EigenvalueDecompositionTest.java | 2 +- .../java/org/encog/mathutil/matrixes/hessian/TestHessian.java | 2 +- src/test/java/org/encog/matrix/TestBiPolarUtil.java | 2 +- src/test/java/org/encog/matrix/TestDecomp.java | 2 +- src/test/java/org/encog/matrix/TestMatrix.java | 2 +- src/test/java/org/encog/matrix/TestMatrixMath.java | 2 +- src/test/java/org/encog/ml/bayesian/TestBayesNet.java | 2 +- src/test/java/org/encog/ml/bayesian/TestEnumerationQuery.java | 2 +- src/test/java/org/encog/ml/bayesian/TestK2.java | 2 +- src/test/java/org/encog/ml/bayesian/TestSamplingQuery.java | 2 +- src/test/java/org/encog/ml/data/auto/TestAutoFloatColumn.java | 2 +- .../java/org/encog/ml/data/auto/TestAutoFloatDataSet.java | 2 +- .../java/org/encog/ml/data/basic/TestBasicMLSequenceSet.java | 2 +- src/test/java/org/encog/ml/data/folded/TestFoldedDataSet.java | 2 +- src/test/java/org/encog/ml/data/temporal/TestTemporal.java | 2 +- .../java/org/encog/ml/data/versatile/TestMatrixMLDataSet.java | 2 +- .../org/encog/ml/data/versatile/TestNormalizationHelper.java | 2 +- src/test/java/org/encog/ml/factory/TestMLMethodFactory.java | 2 +- .../encog/ml/genetic/sort/TestMaximizeAdjustedScoreComp.java | 2 +- .../java/org/encog/ml/genetic/sort/TestMaximizeScoreComp.java | 2 +- .../encog/ml/genetic/sort/TestMinimizeAdjustedScoreComp.java | 2 +- .../java/org/encog/ml/genetic/sort/TestMinimizeScoreComp.java | 2 +- src/test/java/org/encog/ml/graph/TestSearch.java | 2 +- src/test/java/org/encog/ml/hmm/TestHMM.java | 2 +- src/test/java/org/encog/ml/kmeans/TestKMeans.java | 2 +- src/test/java/org/encog/ml/linear/TestGaussian.java | 2 +- src/test/java/org/encog/ml/linear/TestLinearRegression.java | 2 +- src/test/java/org/encog/ml/prg/TestEncogProgram.java | 2 +- src/test/java/org/encog/ml/prg/TestProgramClone.java | 2 +- .../org/encog/ml/prg/species/TestCompareEncogProgram.java | 2 +- src/test/java/org/encog/ml/prg/train/TestGenerate.java | 2 +- .../encog/ml/prg/train/crossover/TestSubtreeCrossover.java | 2 +- .../org/encog/ml/prg/train/rewrite/TestRewriteAlgebraic.java | 2 +- .../org/encog/ml/prg/train/rewrite/TestRewriteConstants.java | 2 +- .../org/encog/neural/activation/TestActivationBiPolar.java | 2 +- .../org/encog/neural/activation/TestActivationGaussian.java | 2 +- .../java/org/encog/neural/activation/TestActivationLOG.java | 2 +- .../org/encog/neural/activation/TestActivationLinear.java | 2 +- .../java/org/encog/neural/activation/TestActivationSIN.java | 2 +- .../org/encog/neural/activation/TestActivationSigmoid.java | 2 +- .../org/encog/neural/activation/TestActivationSoftMax.java | 2 +- .../java/org/encog/neural/activation/TestActivationTANH.java | 2 +- src/test/java/org/encog/neural/data/TestNeuralDataError.java | 2 +- .../org/encog/neural/data/bipolar/TestBiPolarNeuralData.java | 2 +- .../java/org/encog/neural/data/buffer/TestBinaryData.java | 2 +- .../encog/neural/data/buffer/TestBufferedNeuralDataSet.java | 2 +- src/test/java/org/encog/neural/data/buffer/TestExcel.java | 2 +- .../java/org/encog/neural/data/csv/TestCSVNeuralData.java | 2 +- .../java/org/encog/neural/data/image/TestImageDataSet.java | 2 +- src/test/java/org/encog/neural/flat/FlatNetworkTest.java | 2 +- src/test/java/org/encog/neural/freeform/TestFreeform.java | 2 +- .../java/org/encog/neural/freeform/TestFreeformTraining.java | 2 +- src/test/java/org/encog/neural/networks/NetworkUtil.java | 2 +- .../java/org/encog/neural/networks/TestBiasActivation.java | 2 +- src/test/java/org/encog/neural/networks/TestConsistency.java | 2 +- src/test/java/org/encog/neural/networks/TestLimited.java | 2 +- src/test/java/org/encog/neural/networks/TestSRN.java | 2 +- src/test/java/org/encog/neural/networks/TestWeightAccess.java | 2 +- src/test/java/org/encog/neural/networks/XOR.java | 2 +- src/test/java/org/encog/neural/networks/layers/TestClone.java | 2 +- .../java/org/encog/neural/networks/logic/TestADALINE.java | 2 +- .../neat/training/species/TestSortGenomesForSpecies.java | 2 +- .../encog/neural/networks/structure/TestAnalyzeNetwork.java | 2 +- .../java/org/encog/neural/networks/training/MockTrain.java | 2 +- .../java/org/encog/neural/networks/training/TestFolded.java | 2 +- .../java/org/encog/neural/networks/training/TestNEAT.java | 2 +- .../java/org/encog/neural/networks/training/TestStrategy.java | 2 +- .../java/org/encog/neural/networks/training/TestTraining.java | 2 +- .../neural/networks/training/TestTrainingContinuation.java | 2 +- .../org/encog/neural/networks/training/TrainComplete.java | 2 +- .../neural/networks/training/competitive/TestCompetitive.java | 2 +- .../training/competitive/neighborhood/TestNeighborhood.java | 2 +- .../neural/networks/training/concurrent/TestConcurrent.java | 2 +- src/test/java/org/encog/neural/prune/TestPruneSelective.java | 2 +- .../java/org/encog/parse/expression/common/TestBoolean.java | 2 +- .../org/encog/parse/expression/common/TestExpression.java | 2 +- .../org/encog/parse/expression/common/TestExpressionVar.java | 2 +- .../java/org/encog/parse/expression/common/TestFunctions.java | 2 +- .../org/encog/parse/expression/common/TestRenderCommon.java | 2 +- .../java/org/encog/parse/expression/common/TestString.java | 2 +- .../java/org/encog/parse/expression/epl/TestRenderEPL.java | 2 +- .../java/org/encog/parse/expression/rpn/TestRenderRPN.java | 2 +- src/test/java/org/encog/parse/tags/read/TestXMLRead.java | 2 +- src/test/java/org/encog/parse/tags/write/TestXMLWrite.java | 2 +- src/test/java/org/encog/persist/TestPersistART.java | 2 +- src/test/java/org/encog/persist/TestPersistBAM.java | 2 +- src/test/java/org/encog/persist/TestPersistBasicNetwork.java | 2 +- src/test/java/org/encog/persist/TestPersistBayes.java | 2 +- src/test/java/org/encog/persist/TestPersistBoltzmann.java | 2 +- src/test/java/org/encog/persist/TestPersistCPN.java | 2 +- src/test/java/org/encog/persist/TestPersistEPLPopulation.java | 2 +- src/test/java/org/encog/persist/TestPersistFreeform.java | 2 +- src/test/java/org/encog/persist/TestPersistHMM.java | 2 +- src/test/java/org/encog/persist/TestPersistHopfield.java | 2 +- src/test/java/org/encog/persist/TestPersistLargeHopfield.java | 2 +- src/test/java/org/encog/persist/TestPersistNEAT.java | 2 +- src/test/java/org/encog/persist/TestPersistPNN.java | 2 +- src/test/java/org/encog/persist/TestPersistPopulation.java | 2 +- src/test/java/org/encog/persist/TestPersistPopulationNPE.java | 2 +- src/test/java/org/encog/persist/TestPersistRBF.java | 2 +- src/test/java/org/encog/persist/TestPersistSOM.java | 2 +- src/test/java/org/encog/persist/TestPersistSVM.java | 2 +- .../org/encog/persist/TestPersistTrainingContinuation.java | 2 +- .../platformspecific/j2se/data/image/TestImageMLDataSet.java | 2 +- src/test/java/org/encog/util/HSQLUtil.java | 2 +- src/test/java/org/encog/util/SerializeRoundTrip.java | 2 +- src/test/java/org/encog/util/StatusCounter.java | 2 +- src/test/java/org/encog/util/TempDir.java | 2 +- src/test/java/org/encog/util/TestEngineArray.java | 2 +- src/test/java/org/encog/util/TestErrorCalculation.java | 2 +- src/test/java/org/encog/util/TestTimeSpan.java | 2 +- src/test/java/org/encog/util/arrayutil/ArrayTest.java | 2 +- src/test/java/org/encog/util/arrayutil/TestNorm.java | 2 +- src/test/java/org/encog/util/arrayutil/TestVectorWindow.java | 2 +- src/test/java/org/encog/util/csv/TestNumberList.java | 2 +- src/test/java/org/encog/util/csv/TestReadCSV.java | 2 +- src/test/java/org/encog/util/datastruct/TestStackInt.java | 2 +- src/test/java/org/encog/util/datastruct/TestWindowInt.java | 2 +- .../java/org/encog/util/downsample/TestRGBDownsample.java | 2 +- src/test/java/org/encog/util/normalize/TestMapped.java | 2 +- .../java/org/encog/util/normalize/TestMultiplicative.java | 2 +- src/test/java/org/encog/util/normalize/TestNormArray.java | 2 +- src/test/java/org/encog/util/normalize/TestNormCSV.java | 2 +- src/test/java/org/encog/util/normalize/TestNormDataSet.java | 2 +- src/test/java/org/encog/util/normalize/TestSegregate.java | 2 +- src/test/java/org/encog/util/normalize/TestZAxis.java | 2 +- src/test/java/org/encog/util/obj/TestReflectionUtil.java | 2 +- src/test/java/org/encog/util/text/TestBagOfWords.java | 2 +- 1245 files changed, 1246 insertions(+), 1246 deletions(-) diff --git a/build.gradle b/build.gradle index 1a28e42b0..82c091920 100644 --- a/build.gradle +++ b/build.gradle @@ -40,5 +40,5 @@ task createWrapper(type: Wrapper) { } task getVersion << { - println '3.4.0-SNAPSHOT' -} \ No newline at end of file + println '3.4.0' +} diff --git a/src/main/java/org/encog/ConsoleStatusReportable.java b/src/main/java/org/encog/ConsoleStatusReportable.java index bd63cd71d..1ca29dd53 100644 --- a/src/main/java/org/encog/ConsoleStatusReportable.java +++ b/src/main/java/org/encog/ConsoleStatusReportable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/Encog.java b/src/main/java/org/encog/Encog.java index e9ca77338..961ea99fd 100644 --- a/src/main/java/org/encog/Encog.java +++ b/src/main/java/org/encog/Encog.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/EncogError.java b/src/main/java/org/encog/EncogError.java index abce63692..d4cdfefa6 100644 --- a/src/main/java/org/encog/EncogError.java +++ b/src/main/java/org/encog/EncogError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/EncogShutdownTask.java b/src/main/java/org/encog/EncogShutdownTask.java index 941750199..284be6148 100644 --- a/src/main/java/org/encog/EncogShutdownTask.java +++ b/src/main/java/org/encog/EncogShutdownTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/NullStatusReportable.java b/src/main/java/org/encog/NullStatusReportable.java index e116501bd..e3eefa831 100644 --- a/src/main/java/org/encog/NullStatusReportable.java +++ b/src/main/java/org/encog/NullStatusReportable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/StatusReportable.java b/src/main/java/org/encog/StatusReportable.java index 5a594995c..a1542bede 100644 --- a/src/main/java/org/encog/StatusReportable.java +++ b/src/main/java/org/encog/StatusReportable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/Test.java b/src/main/java/org/encog/Test.java index d82821dea..6ecf98324 100644 --- a/src/main/java/org/encog/Test.java +++ b/src/main/java/org/encog/Test.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/AnalystError.java b/src/main/java/org/encog/app/analyst/AnalystError.java index 05ca13a01..9fb21a7a8 100644 --- a/src/main/java/org/encog/app/analyst/AnalystError.java +++ b/src/main/java/org/encog/app/analyst/AnalystError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/AnalystFileFormat.java b/src/main/java/org/encog/app/analyst/AnalystFileFormat.java index 99b419850..e881c3397 100644 --- a/src/main/java/org/encog/app/analyst/AnalystFileFormat.java +++ b/src/main/java/org/encog/app/analyst/AnalystFileFormat.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/AnalystGoal.java b/src/main/java/org/encog/app/analyst/AnalystGoal.java index 9ac50c6a3..a58fc21ea 100644 --- a/src/main/java/org/encog/app/analyst/AnalystGoal.java +++ b/src/main/java/org/encog/app/analyst/AnalystGoal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/AnalystListener.java b/src/main/java/org/encog/app/analyst/AnalystListener.java index b6a4811a0..d0015d620 100644 --- a/src/main/java/org/encog/app/analyst/AnalystListener.java +++ b/src/main/java/org/encog/app/analyst/AnalystListener.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/ConsoleAnalystListener.java b/src/main/java/org/encog/app/analyst/ConsoleAnalystListener.java index e058a107e..cdfd4a4af 100644 --- a/src/main/java/org/encog/app/analyst/ConsoleAnalystListener.java +++ b/src/main/java/org/encog/app/analyst/ConsoleAnalystListener.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/EncogAnalyst.java b/src/main/java/org/encog/app/analyst/EncogAnalyst.java index 3d35e0d8d..06edb5275 100644 --- a/src/main/java/org/encog/app/analyst/EncogAnalyst.java +++ b/src/main/java/org/encog/app/analyst/EncogAnalyst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/analyze/AnalyzedField.java b/src/main/java/org/encog/app/analyst/analyze/AnalyzedField.java index 6d0532a2c..d1e99f276 100644 --- a/src/main/java/org/encog/app/analyst/analyze/AnalyzedField.java +++ b/src/main/java/org/encog/app/analyst/analyze/AnalyzedField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/analyze/PerformAnalysis.java b/src/main/java/org/encog/app/analyst/analyze/PerformAnalysis.java index 1af13966f..6b03873d0 100644 --- a/src/main/java/org/encog/app/analyst/analyze/PerformAnalysis.java +++ b/src/main/java/org/encog/app/analyst/analyze/PerformAnalysis.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/analyze/package-info.java b/src/main/java/org/encog/app/analyst/analyze/package-info.java index 98cc4dfbd..42f858f97 100644 --- a/src/main/java/org/encog/app/analyst/analyze/package-info.java +++ b/src/main/java/org/encog/app/analyst/analyze/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/Cmd.java b/src/main/java/org/encog/app/analyst/commands/Cmd.java index 3586ecf06..f5187a5e9 100644 --- a/src/main/java/org/encog/app/analyst/commands/Cmd.java +++ b/src/main/java/org/encog/app/analyst/commands/Cmd.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdBalance.java b/src/main/java/org/encog/app/analyst/commands/CmdBalance.java index 69051080c..e7d4676d7 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdBalance.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdBalance.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdCluster.java b/src/main/java/org/encog/app/analyst/commands/CmdCluster.java index c16b4191e..fea1d6d7c 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdCluster.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdCluster.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdCode.java b/src/main/java/org/encog/app/analyst/commands/CmdCode.java index d2ef5ee59..d6aca3379 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdCode.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdCode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdCreate.java b/src/main/java/org/encog/app/analyst/commands/CmdCreate.java index 9b61d725c..2e3e90c2a 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdCreate.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdCreate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdEvaluate.java b/src/main/java/org/encog/app/analyst/commands/CmdEvaluate.java index f1de1a5b0..b5e154a84 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdEvaluate.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdEvaluate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdEvaluateRaw.java b/src/main/java/org/encog/app/analyst/commands/CmdEvaluateRaw.java index b52edd9f1..073d8766e 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdEvaluateRaw.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdEvaluateRaw.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdGenerate.java b/src/main/java/org/encog/app/analyst/commands/CmdGenerate.java index c0ffdc4bc..0e5fcab45 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdGenerate.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdGenerate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdNormalize.java b/src/main/java/org/encog/app/analyst/commands/CmdNormalize.java index b5a78fb85..afe6e9c26 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdNormalize.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdNormalize.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdProcess.java b/src/main/java/org/encog/app/analyst/commands/CmdProcess.java index fe036f469..5633d522d 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdProcess.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdProcess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdRandomize.java b/src/main/java/org/encog/app/analyst/commands/CmdRandomize.java index 44a2f816f..e84875c8e 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdRandomize.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdRandomize.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdReset.java b/src/main/java/org/encog/app/analyst/commands/CmdReset.java index c67f41f36..ee6812187 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdReset.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdReset.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdSegregate.java b/src/main/java/org/encog/app/analyst/commands/CmdSegregate.java index b992067fe..aee20bae9 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdSegregate.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdSegregate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdSet.java b/src/main/java/org/encog/app/analyst/commands/CmdSet.java index 231d3a4ad..15729a9b7 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdSet.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/CmdTrain.java b/src/main/java/org/encog/app/analyst/commands/CmdTrain.java index 8e17e7bf7..7f42be25a 100644 --- a/src/main/java/org/encog/app/analyst/commands/CmdTrain.java +++ b/src/main/java/org/encog/app/analyst/commands/CmdTrain.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/commands/package-info.java b/src/main/java/org/encog/app/analyst/commands/package-info.java index b4e62ce36..130d12206 100644 --- a/src/main/java/org/encog/app/analyst/commands/package-info.java +++ b/src/main/java/org/encog/app/analyst/commands/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/AnalystClusterCSV.java b/src/main/java/org/encog/app/analyst/csv/AnalystClusterCSV.java index ed9232a93..b42247d9b 100644 --- a/src/main/java/org/encog/app/analyst/csv/AnalystClusterCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/AnalystClusterCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateCSV.java b/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateCSV.java index 930303b7f..80cba1aa5 100644 --- a/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateRawCSV.java b/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateRawCSV.java index c41267faa..19c90b62d 100644 --- a/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateRawCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/AnalystEvaluateRawCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/TimeSeriesUtil.java b/src/main/java/org/encog/app/analyst/csv/TimeSeriesUtil.java index 639f576c7..f8a3987c4 100644 --- a/src/main/java/org/encog/app/analyst/csv/TimeSeriesUtil.java +++ b/src/main/java/org/encog/app/analyst/csv/TimeSeriesUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/balance/BalanceCSV.java b/src/main/java/org/encog/app/analyst/csv/balance/BalanceCSV.java index 5e776bd38..a77c2b19d 100644 --- a/src/main/java/org/encog/app/analyst/csv/balance/BalanceCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/balance/BalanceCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/balance/package-info.java b/src/main/java/org/encog/app/analyst/csv/balance/package-info.java index 18c64d163..34b10e634 100644 --- a/src/main/java/org/encog/app/analyst/csv/balance/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/balance/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/BaseCachedColumn.java b/src/main/java/org/encog/app/analyst/csv/basic/BaseCachedColumn.java index 75a0e5ae8..fed4a69f1 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/BaseCachedColumn.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/BaseCachedColumn.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/BasicCachedFile.java b/src/main/java/org/encog/app/analyst/csv/basic/BasicCachedFile.java index 8ab6c268a..796688a2d 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/BasicCachedFile.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/BasicCachedFile.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/BasicFile.java b/src/main/java/org/encog/app/analyst/csv/basic/BasicFile.java index a53dbf5db..ef0cc6b21 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/BasicFile.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/BasicFile.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/FileData.java b/src/main/java/org/encog/app/analyst/csv/basic/FileData.java index 1661d2afb..e5d5d36df 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/FileData.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/FileData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/LoadedRow.java b/src/main/java/org/encog/app/analyst/csv/basic/LoadedRow.java index f32582446..f151dec8a 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/LoadedRow.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/LoadedRow.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/basic/package-info.java b/src/main/java/org/encog/app/analyst/csv/basic/package-info.java index 835bf5232..064f6656d 100644 --- a/src/main/java/org/encog/app/analyst/csv/basic/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/basic/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/filter/ExcludedField.java b/src/main/java/org/encog/app/analyst/csv/filter/ExcludedField.java index 3b3a3fa9d..45180252f 100644 --- a/src/main/java/org/encog/app/analyst/csv/filter/ExcludedField.java +++ b/src/main/java/org/encog/app/analyst/csv/filter/ExcludedField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/filter/FilterCSV.java b/src/main/java/org/encog/app/analyst/csv/filter/FilterCSV.java index e68b7358a..c980abdb9 100644 --- a/src/main/java/org/encog/app/analyst/csv/filter/FilterCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/filter/FilterCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/filter/package-info.java b/src/main/java/org/encog/app/analyst/csv/filter/package-info.java index 990485b4d..27bff3a75 100644 --- a/src/main/java/org/encog/app/analyst/csv/filter/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/filter/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeCSV.java b/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeCSV.java index ed9efa347..454a40b93 100644 --- a/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeToEGB.java b/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeToEGB.java index 4ff1bd6e7..d5ff8be6b 100644 --- a/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeToEGB.java +++ b/src/main/java/org/encog/app/analyst/csv/normalize/AnalystNormalizeToEGB.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/normalize/package-info.java b/src/main/java/org/encog/app/analyst/csv/normalize/package-info.java index 5b6fc6dea..377183619 100644 --- a/src/main/java/org/encog/app/analyst/csv/normalize/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/normalize/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/package-info.java b/src/main/java/org/encog/app/analyst/csv/package-info.java index 09bee8923..29b7b5d9b 100644 --- a/src/main/java/org/encog/app/analyst/csv/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/process/AnalystProcess.java b/src/main/java/org/encog/app/analyst/csv/process/AnalystProcess.java index 9db311ce2..0fc5b517a 100644 --- a/src/main/java/org/encog/app/analyst/csv/process/AnalystProcess.java +++ b/src/main/java/org/encog/app/analyst/csv/process/AnalystProcess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/process/ProcessExtension.java b/src/main/java/org/encog/app/analyst/csv/process/ProcessExtension.java index 28c246137..9596a9a59 100644 --- a/src/main/java/org/encog/app/analyst/csv/process/ProcessExtension.java +++ b/src/main/java/org/encog/app/analyst/csv/process/ProcessExtension.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/segregate/SegregateCSV.java b/src/main/java/org/encog/app/analyst/csv/segregate/SegregateCSV.java index ed8ae567e..c9cb09999 100644 --- a/src/main/java/org/encog/app/analyst/csv/segregate/SegregateCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/segregate/SegregateCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/segregate/SegregateTargetPercent.java b/src/main/java/org/encog/app/analyst/csv/segregate/SegregateTargetPercent.java index ab744baaa..82b96e9cb 100644 --- a/src/main/java/org/encog/app/analyst/csv/segregate/SegregateTargetPercent.java +++ b/src/main/java/org/encog/app/analyst/csv/segregate/SegregateTargetPercent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/segregate/package-info.java b/src/main/java/org/encog/app/analyst/csv/segregate/package-info.java index 8b8237b44..b290f09e2 100644 --- a/src/main/java/org/encog/app/analyst/csv/segregate/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/segregate/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/shuffle/ShuffleCSV.java b/src/main/java/org/encog/app/analyst/csv/shuffle/ShuffleCSV.java index c589435f9..369ceb215 100644 --- a/src/main/java/org/encog/app/analyst/csv/shuffle/ShuffleCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/shuffle/ShuffleCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/shuffle/package-info.java b/src/main/java/org/encog/app/analyst/csv/shuffle/package-info.java index 6ab1ae503..3cf672f25 100644 --- a/src/main/java/org/encog/app/analyst/csv/shuffle/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/shuffle/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/sort/RowComparator.java b/src/main/java/org/encog/app/analyst/csv/sort/RowComparator.java index ec31d7040..4a7034292 100644 --- a/src/main/java/org/encog/app/analyst/csv/sort/RowComparator.java +++ b/src/main/java/org/encog/app/analyst/csv/sort/RowComparator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/sort/SortCSV.java b/src/main/java/org/encog/app/analyst/csv/sort/SortCSV.java index 61c9e27b1..b07c49902 100644 --- a/src/main/java/org/encog/app/analyst/csv/sort/SortCSV.java +++ b/src/main/java/org/encog/app/analyst/csv/sort/SortCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/sort/SortType.java b/src/main/java/org/encog/app/analyst/csv/sort/SortType.java index db227a1fd..07b17a4df 100644 --- a/src/main/java/org/encog/app/analyst/csv/sort/SortType.java +++ b/src/main/java/org/encog/app/analyst/csv/sort/SortType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/sort/SortedField.java b/src/main/java/org/encog/app/analyst/csv/sort/SortedField.java index b94d8efa5..adcc61315 100644 --- a/src/main/java/org/encog/app/analyst/csv/sort/SortedField.java +++ b/src/main/java/org/encog/app/analyst/csv/sort/SortedField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/csv/sort/package-info.java b/src/main/java/org/encog/app/analyst/csv/sort/package-info.java index 8ab3727ee..a7ad2ecf3 100644 --- a/src/main/java/org/encog/app/analyst/csv/sort/package-info.java +++ b/src/main/java/org/encog/app/analyst/csv/sort/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/missing/DiscardMissing.java b/src/main/java/org/encog/app/analyst/missing/DiscardMissing.java index 0df488539..068f925bb 100644 --- a/src/main/java/org/encog/app/analyst/missing/DiscardMissing.java +++ b/src/main/java/org/encog/app/analyst/missing/DiscardMissing.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/missing/HandleMissingValues.java b/src/main/java/org/encog/app/analyst/missing/HandleMissingValues.java index f63785c01..03dfb82c9 100644 --- a/src/main/java/org/encog/app/analyst/missing/HandleMissingValues.java +++ b/src/main/java/org/encog/app/analyst/missing/HandleMissingValues.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/missing/MeanAndModeMissing.java b/src/main/java/org/encog/app/analyst/missing/MeanAndModeMissing.java index 2223df737..b96059fb5 100644 --- a/src/main/java/org/encog/app/analyst/missing/MeanAndModeMissing.java +++ b/src/main/java/org/encog/app/analyst/missing/MeanAndModeMissing.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/missing/NegateMissing.java b/src/main/java/org/encog/app/analyst/missing/NegateMissing.java index cefc8a436..07c3e1301 100644 --- a/src/main/java/org/encog/app/analyst/missing/NegateMissing.java +++ b/src/main/java/org/encog/app/analyst/missing/NegateMissing.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/package-info.java b/src/main/java/org/encog/app/analyst/package-info.java index b9ec99f72..1604b064f 100644 --- a/src/main/java/org/encog/app/analyst/package-info.java +++ b/src/main/java/org/encog/app/analyst/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/report/AnalystReport.java b/src/main/java/org/encog/app/analyst/report/AnalystReport.java index 07b398b3d..0b584f6a7 100644 --- a/src/main/java/org/encog/app/analyst/report/AnalystReport.java +++ b/src/main/java/org/encog/app/analyst/report/AnalystReport.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/report/package-info.java b/src/main/java/org/encog/app/analyst/report/package-info.java index cafd21111..dc75fc6d1 100644 --- a/src/main/java/org/encog/app/analyst/report/package-info.java +++ b/src/main/java/org/encog/app/analyst/report/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/AnalystClassItem.java b/src/main/java/org/encog/app/analyst/script/AnalystClassItem.java index fd80394d4..1a4bfddae 100644 --- a/src/main/java/org/encog/app/analyst/script/AnalystClassItem.java +++ b/src/main/java/org/encog/app/analyst/script/AnalystClassItem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/AnalystScript.java b/src/main/java/org/encog/app/analyst/script/AnalystScript.java index 5c020b861..a559ffe20 100644 --- a/src/main/java/org/encog/app/analyst/script/AnalystScript.java +++ b/src/main/java/org/encog/app/analyst/script/AnalystScript.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/DataField.java b/src/main/java/org/encog/app/analyst/script/DataField.java index 545283ce1..2a247d532 100644 --- a/src/main/java/org/encog/app/analyst/script/DataField.java +++ b/src/main/java/org/encog/app/analyst/script/DataField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/ScriptLoad.java b/src/main/java/org/encog/app/analyst/script/ScriptLoad.java index d1130630d..5647d8600 100644 --- a/src/main/java/org/encog/app/analyst/script/ScriptLoad.java +++ b/src/main/java/org/encog/app/analyst/script/ScriptLoad.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/ScriptSave.java b/src/main/java/org/encog/app/analyst/script/ScriptSave.java index 5e8246220..d2506331e 100644 --- a/src/main/java/org/encog/app/analyst/script/ScriptSave.java +++ b/src/main/java/org/encog/app/analyst/script/ScriptSave.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/ml/ScriptOpcode.java b/src/main/java/org/encog/app/analyst/script/ml/ScriptOpcode.java index 10c084c68..313d43d33 100644 --- a/src/main/java/org/encog/app/analyst/script/ml/ScriptOpcode.java +++ b/src/main/java/org/encog/app/analyst/script/ml/ScriptOpcode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/normalize/AnalystField.java b/src/main/java/org/encog/app/analyst/script/normalize/AnalystField.java index f80455137..9d7894cf2 100644 --- a/src/main/java/org/encog/app/analyst/script/normalize/AnalystField.java +++ b/src/main/java/org/encog/app/analyst/script/normalize/AnalystField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/normalize/AnalystNormalize.java b/src/main/java/org/encog/app/analyst/script/normalize/AnalystNormalize.java index 342b133da..8aacd5dc5 100644 --- a/src/main/java/org/encog/app/analyst/script/normalize/AnalystNormalize.java +++ b/src/main/java/org/encog/app/analyst/script/normalize/AnalystNormalize.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/normalize/package-info.java b/src/main/java/org/encog/app/analyst/script/normalize/package-info.java index d31d434f1..a1e3de9a6 100644 --- a/src/main/java/org/encog/app/analyst/script/normalize/package-info.java +++ b/src/main/java/org/encog/app/analyst/script/normalize/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/package-info.java b/src/main/java/org/encog/app/analyst/script/package-info.java index 007f83d51..86d58480c 100644 --- a/src/main/java/org/encog/app/analyst/script/package-info.java +++ b/src/main/java/org/encog/app/analyst/script/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/preprocess/AnalystPreprocess.java b/src/main/java/org/encog/app/analyst/script/preprocess/AnalystPreprocess.java index cd5fa7c78..f14bbd8c4 100644 --- a/src/main/java/org/encog/app/analyst/script/preprocess/AnalystPreprocess.java +++ b/src/main/java/org/encog/app/analyst/script/preprocess/AnalystPreprocess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/preprocess/FieldPreprocess.java b/src/main/java/org/encog/app/analyst/script/preprocess/FieldPreprocess.java index 690880cac..b6b8f64f5 100644 --- a/src/main/java/org/encog/app/analyst/script/preprocess/FieldPreprocess.java +++ b/src/main/java/org/encog/app/analyst/script/preprocess/FieldPreprocess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/preprocess/PreprocessAction.java b/src/main/java/org/encog/app/analyst/script/preprocess/PreprocessAction.java index 5a0c3601b..d75fc2016 100644 --- a/src/main/java/org/encog/app/analyst/script/preprocess/PreprocessAction.java +++ b/src/main/java/org/encog/app/analyst/script/preprocess/PreprocessAction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/process/AnalystProcess.java b/src/main/java/org/encog/app/analyst/script/process/AnalystProcess.java index 5aa18fe3c..7edd37937 100644 --- a/src/main/java/org/encog/app/analyst/script/process/AnalystProcess.java +++ b/src/main/java/org/encog/app/analyst/script/process/AnalystProcess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/process/ProcessField.java b/src/main/java/org/encog/app/analyst/script/process/ProcessField.java index e4988b010..cdb894d22 100644 --- a/src/main/java/org/encog/app/analyst/script/process/ProcessField.java +++ b/src/main/java/org/encog/app/analyst/script/process/ProcessField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/prop/PropertyConstraints.java b/src/main/java/org/encog/app/analyst/script/prop/PropertyConstraints.java index e26bfd347..2e5efafc5 100644 --- a/src/main/java/org/encog/app/analyst/script/prop/PropertyConstraints.java +++ b/src/main/java/org/encog/app/analyst/script/prop/PropertyConstraints.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/prop/PropertyEntry.java b/src/main/java/org/encog/app/analyst/script/prop/PropertyEntry.java index c0b4f3e13..3ca6bf96d 100644 --- a/src/main/java/org/encog/app/analyst/script/prop/PropertyEntry.java +++ b/src/main/java/org/encog/app/analyst/script/prop/PropertyEntry.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/prop/PropertyType.java b/src/main/java/org/encog/app/analyst/script/prop/PropertyType.java index 7d4315b04..03b1f4df9 100644 --- a/src/main/java/org/encog/app/analyst/script/prop/PropertyType.java +++ b/src/main/java/org/encog/app/analyst/script/prop/PropertyType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/prop/ScriptProperties.java b/src/main/java/org/encog/app/analyst/script/prop/ScriptProperties.java index b4f97ff24..171b10de6 100644 --- a/src/main/java/org/encog/app/analyst/script/prop/ScriptProperties.java +++ b/src/main/java/org/encog/app/analyst/script/prop/ScriptProperties.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/prop/package-info.java b/src/main/java/org/encog/app/analyst/script/prop/package-info.java index 7f8002028..ceb6315e4 100644 --- a/src/main/java/org/encog/app/analyst/script/prop/package-info.java +++ b/src/main/java/org/encog/app/analyst/script/prop/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregate.java b/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregate.java index d8769a7b1..be0b1e90d 100644 --- a/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregate.java +++ b/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregateTarget.java b/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregateTarget.java index dec0116d7..5a4042a7a 100644 --- a/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregateTarget.java +++ b/src/main/java/org/encog/app/analyst/script/segregate/AnalystSegregateTarget.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/segregate/package-info.java b/src/main/java/org/encog/app/analyst/script/segregate/package-info.java index de1d99e1d..7c466a6f9 100644 --- a/src/main/java/org/encog/app/analyst/script/segregate/package-info.java +++ b/src/main/java/org/encog/app/analyst/script/segregate/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/task/AnalystTask.java b/src/main/java/org/encog/app/analyst/script/task/AnalystTask.java index 7188c0096..336e0963a 100644 --- a/src/main/java/org/encog/app/analyst/script/task/AnalystTask.java +++ b/src/main/java/org/encog/app/analyst/script/task/AnalystTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/script/task/package-info.java b/src/main/java/org/encog/app/analyst/script/task/package-info.java index 7dc7b8ee5..2d656ab39 100644 --- a/src/main/java/org/encog/app/analyst/script/task/package-info.java +++ b/src/main/java/org/encog/app/analyst/script/task/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/AnalystReportBridge.java b/src/main/java/org/encog/app/analyst/util/AnalystReportBridge.java index e999b06cc..f9c1fafda 100644 --- a/src/main/java/org/encog/app/analyst/util/AnalystReportBridge.java +++ b/src/main/java/org/encog/app/analyst/util/AnalystReportBridge.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/AnalystUtility.java b/src/main/java/org/encog/app/analyst/util/AnalystUtility.java index 120399037..70dee6c15 100644 --- a/src/main/java/org/encog/app/analyst/util/AnalystUtility.java +++ b/src/main/java/org/encog/app/analyst/util/AnalystUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/CSVHeaders.java b/src/main/java/org/encog/app/analyst/util/CSVHeaders.java index 62d168608..928d91111 100644 --- a/src/main/java/org/encog/app/analyst/util/CSVHeaders.java +++ b/src/main/java/org/encog/app/analyst/util/CSVHeaders.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/ConvertStringConst.java b/src/main/java/org/encog/app/analyst/util/ConvertStringConst.java index 0c73fa761..1355e6471 100644 --- a/src/main/java/org/encog/app/analyst/util/ConvertStringConst.java +++ b/src/main/java/org/encog/app/analyst/util/ConvertStringConst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/FieldDirection.java b/src/main/java/org/encog/app/analyst/util/FieldDirection.java index 9408ad0f3..da22e5333 100644 --- a/src/main/java/org/encog/app/analyst/util/FieldDirection.java +++ b/src/main/java/org/encog/app/analyst/util/FieldDirection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/util/package-info.java b/src/main/java/org/encog/app/analyst/util/package-info.java index 192458573..8b6f8707f 100644 --- a/src/main/java/org/encog/app/analyst/util/package-info.java +++ b/src/main/java/org/encog/app/analyst/util/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/AnalystWizard.java b/src/main/java/org/encog/app/analyst/wizard/AnalystWizard.java index 721f0064f..db90286cd 100644 --- a/src/main/java/org/encog/app/analyst/wizard/AnalystWizard.java +++ b/src/main/java/org/encog/app/analyst/wizard/AnalystWizard.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/NormalizeRange.java b/src/main/java/org/encog/app/analyst/wizard/NormalizeRange.java index d325b2402..f6c3c9db3 100644 --- a/src/main/java/org/encog/app/analyst/wizard/NormalizeRange.java +++ b/src/main/java/org/encog/app/analyst/wizard/NormalizeRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/PredictionType.java b/src/main/java/org/encog/app/analyst/wizard/PredictionType.java index ea15731b7..46b64a506 100644 --- a/src/main/java/org/encog/app/analyst/wizard/PredictionType.java +++ b/src/main/java/org/encog/app/analyst/wizard/PredictionType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/SourceElement.java b/src/main/java/org/encog/app/analyst/wizard/SourceElement.java index 5829e7368..3cdd18486 100644 --- a/src/main/java/org/encog/app/analyst/wizard/SourceElement.java +++ b/src/main/java/org/encog/app/analyst/wizard/SourceElement.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/WizardMethodType.java b/src/main/java/org/encog/app/analyst/wizard/WizardMethodType.java index 77c36d14b..a73b22b77 100644 --- a/src/main/java/org/encog/app/analyst/wizard/WizardMethodType.java +++ b/src/main/java/org/encog/app/analyst/wizard/WizardMethodType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/analyst/wizard/package-info.java b/src/main/java/org/encog/app/analyst/wizard/package-info.java index b6bbaeed8..e65f90969 100644 --- a/src/main/java/org/encog/app/analyst/wizard/package-info.java +++ b/src/main/java/org/encog/app/analyst/wizard/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/AnalystCodeGenerationError.java b/src/main/java/org/encog/app/generate/AnalystCodeGenerationError.java index cde16f329..412b23fee 100644 --- a/src/main/java/org/encog/app/generate/AnalystCodeGenerationError.java +++ b/src/main/java/org/encog/app/generate/AnalystCodeGenerationError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/EncogCodeGeneration.java b/src/main/java/org/encog/app/generate/EncogCodeGeneration.java index b5d99c3f4..3059b52b5 100644 --- a/src/main/java/org/encog/app/generate/EncogCodeGeneration.java +++ b/src/main/java/org/encog/app/generate/EncogCodeGeneration.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/TargetLanguage.java b/src/main/java/org/encog/app/generate/TargetLanguage.java index d44f9fd34..c8174a532 100644 --- a/src/main/java/org/encog/app/generate/TargetLanguage.java +++ b/src/main/java/org/encog/app/generate/TargetLanguage.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/AbstractGenerator.java b/src/main/java/org/encog/app/generate/generators/AbstractGenerator.java index aa226b10a..ea728b41e 100644 --- a/src/main/java/org/encog/app/generate/generators/AbstractGenerator.java +++ b/src/main/java/org/encog/app/generate/generators/AbstractGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/AbstractTemplateGenerator.java b/src/main/java/org/encog/app/generate/generators/AbstractTemplateGenerator.java index e72706d24..097860f37 100644 --- a/src/main/java/org/encog/app/generate/generators/AbstractTemplateGenerator.java +++ b/src/main/java/org/encog/app/generate/generators/AbstractTemplateGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/LanguageSpecificGenerator.java b/src/main/java/org/encog/app/generate/generators/LanguageSpecificGenerator.java index bc44154b6..e95e83b74 100644 --- a/src/main/java/org/encog/app/generate/generators/LanguageSpecificGenerator.java +++ b/src/main/java/org/encog/app/generate/generators/LanguageSpecificGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/ProgramGenerator.java b/src/main/java/org/encog/app/generate/generators/ProgramGenerator.java index 60a5fbbb0..bfffb0c97 100644 --- a/src/main/java/org/encog/app/generate/generators/ProgramGenerator.java +++ b/src/main/java/org/encog/app/generate/generators/ProgramGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/TemplateGenerator.java b/src/main/java/org/encog/app/generate/generators/TemplateGenerator.java index 1a74ef6e8..773295591 100644 --- a/src/main/java/org/encog/app/generate/generators/TemplateGenerator.java +++ b/src/main/java/org/encog/app/generate/generators/TemplateGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/cs/GenerateCS.java b/src/main/java/org/encog/app/generate/generators/cs/GenerateCS.java index 53b0e05f7..af1fe0d85 100644 --- a/src/main/java/org/encog/app/generate/generators/cs/GenerateCS.java +++ b/src/main/java/org/encog/app/generate/generators/cs/GenerateCS.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/java/GenerateEncogJava.java b/src/main/java/org/encog/app/generate/generators/java/GenerateEncogJava.java index 08d784374..cf229a917 100644 --- a/src/main/java/org/encog/app/generate/generators/java/GenerateEncogJava.java +++ b/src/main/java/org/encog/app/generate/generators/java/GenerateEncogJava.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/js/GenerateEncogJavaScript.java b/src/main/java/org/encog/app/generate/generators/js/GenerateEncogJavaScript.java index c0860f565..4ee785b7a 100644 --- a/src/main/java/org/encog/app/generate/generators/js/GenerateEncogJavaScript.java +++ b/src/main/java/org/encog/app/generate/generators/js/GenerateEncogJavaScript.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/mql4/GenerateMQL4.java b/src/main/java/org/encog/app/generate/generators/mql4/GenerateMQL4.java index 02683ae30..51ac182f3 100644 --- a/src/main/java/org/encog/app/generate/generators/mql4/GenerateMQL4.java +++ b/src/main/java/org/encog/app/generate/generators/mql4/GenerateMQL4.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/generators/ninja/GenerateNinjaScript.java b/src/main/java/org/encog/app/generate/generators/ninja/GenerateNinjaScript.java index c18882f40..b4a3f10a5 100644 --- a/src/main/java/org/encog/app/generate/generators/ninja/GenerateNinjaScript.java +++ b/src/main/java/org/encog/app/generate/generators/ninja/GenerateNinjaScript.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/EncogArgType.java b/src/main/java/org/encog/app/generate/program/EncogArgType.java index ba3d83ca8..1d046bdc7 100644 --- a/src/main/java/org/encog/app/generate/program/EncogArgType.java +++ b/src/main/java/org/encog/app/generate/program/EncogArgType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/EncogGenProgram.java b/src/main/java/org/encog/app/generate/program/EncogGenProgram.java index 0d625a718..37e4387e1 100644 --- a/src/main/java/org/encog/app/generate/program/EncogGenProgram.java +++ b/src/main/java/org/encog/app/generate/program/EncogGenProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/EncogProgramArg.java b/src/main/java/org/encog/app/generate/program/EncogProgramArg.java index 0064c5018..80a5b1cf9 100644 --- a/src/main/java/org/encog/app/generate/program/EncogProgramArg.java +++ b/src/main/java/org/encog/app/generate/program/EncogProgramArg.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/EncogProgramNode.java b/src/main/java/org/encog/app/generate/program/EncogProgramNode.java index c072d909b..955b40865 100644 --- a/src/main/java/org/encog/app/generate/program/EncogProgramNode.java +++ b/src/main/java/org/encog/app/generate/program/EncogProgramNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/EncogTreeNode.java b/src/main/java/org/encog/app/generate/program/EncogTreeNode.java index 21bdcc0c9..e4e795503 100644 --- a/src/main/java/org/encog/app/generate/program/EncogTreeNode.java +++ b/src/main/java/org/encog/app/generate/program/EncogTreeNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/generate/program/NodeType.java b/src/main/java/org/encog/app/generate/program/NodeType.java index f66534e45..757555297 100644 --- a/src/main/java/org/encog/app/generate/program/NodeType.java +++ b/src/main/java/org/encog/app/generate/program/NodeType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/QuantError.java b/src/main/java/org/encog/app/quant/QuantError.java index b6ecfa651..dc8c0d09f 100644 --- a/src/main/java/org/encog/app/quant/QuantError.java +++ b/src/main/java/org/encog/app/quant/QuantError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/QuantTask.java b/src/main/java/org/encog/app/quant/QuantTask.java index e599a0ae6..2320d414b 100644 --- a/src/main/java/org/encog/app/quant/QuantTask.java +++ b/src/main/java/org/encog/app/quant/QuantTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/Indicator.java b/src/main/java/org/encog/app/quant/indicators/Indicator.java index 21bf5ed4c..37ab3c98a 100644 --- a/src/main/java/org/encog/app/quant/indicators/Indicator.java +++ b/src/main/java/org/encog/app/quant/indicators/Indicator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/MovingAverage.java b/src/main/java/org/encog/app/quant/indicators/MovingAverage.java index 6603c0ec4..914a918f8 100644 --- a/src/main/java/org/encog/app/quant/indicators/MovingAverage.java +++ b/src/main/java/org/encog/app/quant/indicators/MovingAverage.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/ProcessIndicators.java b/src/main/java/org/encog/app/quant/indicators/ProcessIndicators.java index 750744b1c..d72fc412c 100644 --- a/src/main/java/org/encog/app/quant/indicators/ProcessIndicators.java +++ b/src/main/java/org/encog/app/quant/indicators/ProcessIndicators.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/package-info.java b/src/main/java/org/encog/app/quant/indicators/package-info.java index 6e4252904..10529f13d 100644 --- a/src/main/java/org/encog/app/quant/indicators/package-info.java +++ b/src/main/java/org/encog/app/quant/indicators/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/predictive/BestClose.java b/src/main/java/org/encog/app/quant/indicators/predictive/BestClose.java index 6ae0c1d6f..c0612a1d5 100644 --- a/src/main/java/org/encog/app/quant/indicators/predictive/BestClose.java +++ b/src/main/java/org/encog/app/quant/indicators/predictive/BestClose.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/predictive/BestReturn.java b/src/main/java/org/encog/app/quant/indicators/predictive/BestReturn.java index 7077f5e99..1554a49ee 100644 --- a/src/main/java/org/encog/app/quant/indicators/predictive/BestReturn.java +++ b/src/main/java/org/encog/app/quant/indicators/predictive/BestReturn.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/indicators/predictive/package-info.java b/src/main/java/org/encog/app/quant/indicators/predictive/package-info.java index 54a1f5488..d2f3e9411 100644 --- a/src/main/java/org/encog/app/quant/indicators/predictive/package-info.java +++ b/src/main/java/org/encog/app/quant/indicators/predictive/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/loader/LoaderError.java b/src/main/java/org/encog/app/quant/loader/LoaderError.java index 6c2a7a42b..27da8f165 100644 --- a/src/main/java/org/encog/app/quant/loader/LoaderError.java +++ b/src/main/java/org/encog/app/quant/loader/LoaderError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/loader/MarketLoader.java b/src/main/java/org/encog/app/quant/loader/MarketLoader.java index 925207b03..6b479b587 100644 --- a/src/main/java/org/encog/app/quant/loader/MarketLoader.java +++ b/src/main/java/org/encog/app/quant/loader/MarketLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/loader/package-info.java b/src/main/java/org/encog/app/quant/loader/package-info.java index e7f3bf4e1..34352bf25 100644 --- a/src/main/java/org/encog/app/quant/loader/package-info.java +++ b/src/main/java/org/encog/app/quant/loader/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/loader/yahoo/YahooDownload.java b/src/main/java/org/encog/app/quant/loader/yahoo/YahooDownload.java index 6cb4ece85..89bd68d3b 100644 --- a/src/main/java/org/encog/app/quant/loader/yahoo/YahooDownload.java +++ b/src/main/java/org/encog/app/quant/loader/yahoo/YahooDownload.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/loader/yahoo/package-info.java b/src/main/java/org/encog/app/quant/loader/yahoo/package-info.java index 4e56b34d0..a067fb563 100644 --- a/src/main/java/org/encog/app/quant/loader/yahoo/package-info.java +++ b/src/main/java/org/encog/app/quant/loader/yahoo/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/ninja/NinjaFileConvert.java b/src/main/java/org/encog/app/quant/ninja/NinjaFileConvert.java index 5662f5bf2..0d82d7732 100644 --- a/src/main/java/org/encog/app/quant/ninja/NinjaFileConvert.java +++ b/src/main/java/org/encog/app/quant/ninja/NinjaFileConvert.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/ninja/NinjaStreamWriter.java b/src/main/java/org/encog/app/quant/ninja/NinjaStreamWriter.java index 4836caba3..a3e0b871c 100644 --- a/src/main/java/org/encog/app/quant/ninja/NinjaStreamWriter.java +++ b/src/main/java/org/encog/app/quant/ninja/NinjaStreamWriter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/ninja/package-info.java b/src/main/java/org/encog/app/quant/ninja/package-info.java index 7319a62bf..a0bfb28dc 100644 --- a/src/main/java/org/encog/app/quant/ninja/package-info.java +++ b/src/main/java/org/encog/app/quant/ninja/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/package-info.java b/src/main/java/org/encog/app/quant/package-info.java index 7ebd20081..d9a58a3ff 100644 --- a/src/main/java/org/encog/app/quant/package-info.java +++ b/src/main/java/org/encog/app/quant/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/util/BarBuffer.java b/src/main/java/org/encog/app/quant/util/BarBuffer.java index 108202fba..cac145ac6 100644 --- a/src/main/java/org/encog/app/quant/util/BarBuffer.java +++ b/src/main/java/org/encog/app/quant/util/BarBuffer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/app/quant/util/package-info.java b/src/main/java/org/encog/app/quant/util/package-info.java index df180c490..f43d67cc7 100644 --- a/src/main/java/org/encog/app/quant/util/package-info.java +++ b/src/main/java/org/encog/app/quant/util/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/BotError.java b/src/main/java/org/encog/bot/BotError.java index c44a8814d..71a5c08d6 100644 --- a/src/main/java/org/encog/bot/BotError.java +++ b/src/main/java/org/encog/bot/BotError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/BotUtil.java b/src/main/java/org/encog/bot/BotUtil.java index 1618d6b18..3aed90e46 100644 --- a/src/main/java/org/encog/bot/BotUtil.java +++ b/src/main/java/org/encog/bot/BotUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/Address.java b/src/main/java/org/encog/bot/browse/Address.java index 3e65eddc0..49f145203 100644 --- a/src/main/java/org/encog/bot/browse/Address.java +++ b/src/main/java/org/encog/bot/browse/Address.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/BrowseError.java b/src/main/java/org/encog/bot/browse/BrowseError.java index e2960a01c..c3c1a5241 100644 --- a/src/main/java/org/encog/bot/browse/BrowseError.java +++ b/src/main/java/org/encog/bot/browse/BrowseError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/Browser.java b/src/main/java/org/encog/bot/browse/Browser.java index aeb5aa6d1..b5b704abf 100644 --- a/src/main/java/org/encog/bot/browse/Browser.java +++ b/src/main/java/org/encog/bot/browse/Browser.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/LoadWebPage.java b/src/main/java/org/encog/bot/browse/LoadWebPage.java index 7c93976bd..733e92c79 100644 --- a/src/main/java/org/encog/bot/browse/LoadWebPage.java +++ b/src/main/java/org/encog/bot/browse/LoadWebPage.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/WebPage.java b/src/main/java/org/encog/bot/browse/WebPage.java index a8c07424d..ff508608b 100644 --- a/src/main/java/org/encog/bot/browse/WebPage.java +++ b/src/main/java/org/encog/bot/browse/WebPage.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/package-info.java b/src/main/java/org/encog/bot/browse/package-info.java index 5ddaad3f2..cb468246b 100644 --- a/src/main/java/org/encog/bot/browse/package-info.java +++ b/src/main/java/org/encog/bot/browse/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/Div.java b/src/main/java/org/encog/bot/browse/range/Div.java index 274a02f8e..648dc2df4 100644 --- a/src/main/java/org/encog/bot/browse/range/Div.java +++ b/src/main/java/org/encog/bot/browse/range/Div.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/DocumentRange.java b/src/main/java/org/encog/bot/browse/range/DocumentRange.java index a80fe18ec..802ae91bb 100644 --- a/src/main/java/org/encog/bot/browse/range/DocumentRange.java +++ b/src/main/java/org/encog/bot/browse/range/DocumentRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/Form.java b/src/main/java/org/encog/bot/browse/range/Form.java index a802cb96d..796b7fa02 100644 --- a/src/main/java/org/encog/bot/browse/range/Form.java +++ b/src/main/java/org/encog/bot/browse/range/Form.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/FormElement.java b/src/main/java/org/encog/bot/browse/range/FormElement.java index 020b36e28..53416112b 100644 --- a/src/main/java/org/encog/bot/browse/range/FormElement.java +++ b/src/main/java/org/encog/bot/browse/range/FormElement.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/Input.java b/src/main/java/org/encog/bot/browse/range/Input.java index 4040d5a8f..ce9fc9675 100644 --- a/src/main/java/org/encog/bot/browse/range/Input.java +++ b/src/main/java/org/encog/bot/browse/range/Input.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/Link.java b/src/main/java/org/encog/bot/browse/range/Link.java index 05d3bf4c2..93673edc8 100644 --- a/src/main/java/org/encog/bot/browse/range/Link.java +++ b/src/main/java/org/encog/bot/browse/range/Link.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/Span.java b/src/main/java/org/encog/bot/browse/range/Span.java index 13128ca17..f348c6420 100644 --- a/src/main/java/org/encog/bot/browse/range/Span.java +++ b/src/main/java/org/encog/bot/browse/range/Span.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/browse/range/package-info.java b/src/main/java/org/encog/bot/browse/range/package-info.java index 060d2c7dc..9ab0a78d3 100644 --- a/src/main/java/org/encog/bot/browse/range/package-info.java +++ b/src/main/java/org/encog/bot/browse/range/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/dataunit/CodeDataUnit.java b/src/main/java/org/encog/bot/dataunit/CodeDataUnit.java index ebacfcb81..39a51a6d2 100644 --- a/src/main/java/org/encog/bot/dataunit/CodeDataUnit.java +++ b/src/main/java/org/encog/bot/dataunit/CodeDataUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/dataunit/DataUnit.java b/src/main/java/org/encog/bot/dataunit/DataUnit.java index acd296422..5d5a69f96 100644 --- a/src/main/java/org/encog/bot/dataunit/DataUnit.java +++ b/src/main/java/org/encog/bot/dataunit/DataUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/dataunit/TagDataUnit.java b/src/main/java/org/encog/bot/dataunit/TagDataUnit.java index fa10aaa8e..62aad4c58 100644 --- a/src/main/java/org/encog/bot/dataunit/TagDataUnit.java +++ b/src/main/java/org/encog/bot/dataunit/TagDataUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/dataunit/TextDataUnit.java b/src/main/java/org/encog/bot/dataunit/TextDataUnit.java index 410c776a6..a316a1db1 100644 --- a/src/main/java/org/encog/bot/dataunit/TextDataUnit.java +++ b/src/main/java/org/encog/bot/dataunit/TextDataUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/dataunit/package-info.java b/src/main/java/org/encog/bot/dataunit/package-info.java index d98f345fd..c9d7bed75 100644 --- a/src/main/java/org/encog/bot/dataunit/package-info.java +++ b/src/main/java/org/encog/bot/dataunit/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/package-info.java b/src/main/java/org/encog/bot/package-info.java index c81953036..337b9fd31 100644 --- a/src/main/java/org/encog/bot/package-info.java +++ b/src/main/java/org/encog/bot/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/rss/RSS.java b/src/main/java/org/encog/bot/rss/RSS.java index b1dfc8e18..df7260ecc 100644 --- a/src/main/java/org/encog/bot/rss/RSS.java +++ b/src/main/java/org/encog/bot/rss/RSS.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/rss/RSSItem.java b/src/main/java/org/encog/bot/rss/RSSItem.java index 473bdba7e..a3cde67de 100644 --- a/src/main/java/org/encog/bot/rss/RSSItem.java +++ b/src/main/java/org/encog/bot/rss/RSSItem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/bot/rss/package-info.java b/src/main/java/org/encog/bot/rss/package-info.java index 98355280d..919756737 100644 --- a/src/main/java/org/encog/bot/rss/package-info.java +++ b/src/main/java/org/encog/bot/rss/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/CellularAutomataError.java b/src/main/java/org/encog/ca/CellularAutomataError.java index 447d4aa94..6b0cebc83 100644 --- a/src/main/java/org/encog/ca/CellularAutomataError.java +++ b/src/main/java/org/encog/ca/CellularAutomataError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/CAProgram.java b/src/main/java/org/encog/ca/program/CAProgram.java index 0e249e5ab..cb8ef353c 100644 --- a/src/main/java/org/encog/ca/program/CAProgram.java +++ b/src/main/java/org/encog/ca/program/CAProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/basic/BasicProgram.java b/src/main/java/org/encog/ca/program/basic/BasicProgram.java index 11564fe4d..3a5a5cad8 100644 --- a/src/main/java/org/encog/ca/program/basic/BasicProgram.java +++ b/src/main/java/org/encog/ca/program/basic/BasicProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/basic/Movement.java b/src/main/java/org/encog/ca/program/basic/Movement.java index 6a58e693b..bd45342bf 100644 --- a/src/main/java/org/encog/ca/program/basic/Movement.java +++ b/src/main/java/org/encog/ca/program/basic/Movement.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/conway/ConwayProgram.java b/src/main/java/org/encog/ca/program/conway/ConwayProgram.java index 104a417e2..3a3a3e1af 100644 --- a/src/main/java/org/encog/ca/program/conway/ConwayProgram.java +++ b/src/main/java/org/encog/ca/program/conway/ConwayProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/elementary/ElementaryCA.java b/src/main/java/org/encog/ca/program/elementary/ElementaryCA.java index 6fb69c7f4..2f36bfe6d 100644 --- a/src/main/java/org/encog/ca/program/elementary/ElementaryCA.java +++ b/src/main/java/org/encog/ca/program/elementary/ElementaryCA.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/generic/GenericCA.java b/src/main/java/org/encog/ca/program/generic/GenericCA.java index 41ea26fa1..1b83e4c94 100644 --- a/src/main/java/org/encog/ca/program/generic/GenericCA.java +++ b/src/main/java/org/encog/ca/program/generic/GenericCA.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/generic/GenericIO.java b/src/main/java/org/encog/ca/program/generic/GenericIO.java index c919030d3..2893d76e6 100644 --- a/src/main/java/org/encog/ca/program/generic/GenericIO.java +++ b/src/main/java/org/encog/ca/program/generic/GenericIO.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/program/generic/Trans.java b/src/main/java/org/encog/ca/program/generic/Trans.java index a87ae475b..9f04cfdce 100644 --- a/src/main/java/org/encog/ca/program/generic/Trans.java +++ b/src/main/java/org/encog/ca/program/generic/Trans.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/runner/BasicCARunner.java b/src/main/java/org/encog/ca/runner/BasicCARunner.java index 9cb2572f1..0a93b99ce 100644 --- a/src/main/java/org/encog/ca/runner/BasicCARunner.java +++ b/src/main/java/org/encog/ca/runner/BasicCARunner.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/runner/CARunner.java b/src/main/java/org/encog/ca/runner/CARunner.java index b23af9592..26287593c 100644 --- a/src/main/java/org/encog/ca/runner/CARunner.java +++ b/src/main/java/org/encog/ca/runner/CARunner.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/ContinuousCell.java b/src/main/java/org/encog/ca/universe/ContinuousCell.java index 77f072a29..eb4460a3a 100644 --- a/src/main/java/org/encog/ca/universe/ContinuousCell.java +++ b/src/main/java/org/encog/ca/universe/ContinuousCell.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/DiscreteCell.java b/src/main/java/org/encog/ca/universe/DiscreteCell.java index 3aa8a5a74..1bc8de77e 100644 --- a/src/main/java/org/encog/ca/universe/DiscreteCell.java +++ b/src/main/java/org/encog/ca/universe/DiscreteCell.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/Universe.java b/src/main/java/org/encog/ca/universe/Universe.java index a3eedeb48..6ecc04342 100644 --- a/src/main/java/org/encog/ca/universe/Universe.java +++ b/src/main/java/org/encog/ca/universe/Universe.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/UniverseCell.java b/src/main/java/org/encog/ca/universe/UniverseCell.java index 64c62d35c..2289a2af7 100644 --- a/src/main/java/org/encog/ca/universe/UniverseCell.java +++ b/src/main/java/org/encog/ca/universe/UniverseCell.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/UniverseCellFactory.java b/src/main/java/org/encog/ca/universe/UniverseCellFactory.java index ebf1b2983..ab22d9c27 100644 --- a/src/main/java/org/encog/ca/universe/UniverseCellFactory.java +++ b/src/main/java/org/encog/ca/universe/UniverseCellFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/UniverseListener.java b/src/main/java/org/encog/ca/universe/UniverseListener.java index f03e991a2..0336413e5 100644 --- a/src/main/java/org/encog/ca/universe/UniverseListener.java +++ b/src/main/java/org/encog/ca/universe/UniverseListener.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/basic/BasicCellFactory.java b/src/main/java/org/encog/ca/universe/basic/BasicCellFactory.java index 57d8bd742..a3154f0ee 100644 --- a/src/main/java/org/encog/ca/universe/basic/BasicCellFactory.java +++ b/src/main/java/org/encog/ca/universe/basic/BasicCellFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/basic/BasicContinuousCell.java b/src/main/java/org/encog/ca/universe/basic/BasicContinuousCell.java index 7e49731d7..cbb5ab6ab 100644 --- a/src/main/java/org/encog/ca/universe/basic/BasicContinuousCell.java +++ b/src/main/java/org/encog/ca/universe/basic/BasicContinuousCell.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/basic/BasicDiscreteCell.java b/src/main/java/org/encog/ca/universe/basic/BasicDiscreteCell.java index 43f706f0b..7af43f7f5 100644 --- a/src/main/java/org/encog/ca/universe/basic/BasicDiscreteCell.java +++ b/src/main/java/org/encog/ca/universe/basic/BasicDiscreteCell.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/basic/BasicUniverse.java b/src/main/java/org/encog/ca/universe/basic/BasicUniverse.java index 6d96db9e8..503135da4 100644 --- a/src/main/java/org/encog/ca/universe/basic/BasicUniverse.java +++ b/src/main/java/org/encog/ca/universe/basic/BasicUniverse.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/universe/basic/PersistBasicUniverse.java b/src/main/java/org/encog/ca/universe/basic/PersistBasicUniverse.java index 7f6d7c327..073e400f6 100644 --- a/src/main/java/org/encog/ca/universe/basic/PersistBasicUniverse.java +++ b/src/main/java/org/encog/ca/universe/basic/PersistBasicUniverse.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/visualize/CAVisualizer.java b/src/main/java/org/encog/ca/visualize/CAVisualizer.java index 4612001dc..b25f77b39 100644 --- a/src/main/java/org/encog/ca/visualize/CAVisualizer.java +++ b/src/main/java/org/encog/ca/visualize/CAVisualizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ca/visualize/basic/BasicCAVisualizer.java b/src/main/java/org/encog/ca/visualize/basic/BasicCAVisualizer.java index 7d59a4b18..03c7ad3e3 100644 --- a/src/main/java/org/encog/ca/visualize/basic/BasicCAVisualizer.java +++ b/src/main/java/org/encog/ca/visualize/basic/BasicCAVisualizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationBiPolar.java b/src/main/java/org/encog/engine/network/activation/ActivationBiPolar.java index b07e9bb2c..28e6cdce3 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationBiPolar.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationBiPolar.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationBipolarSteepenedSigmoid.java b/src/main/java/org/encog/engine/network/activation/ActivationBipolarSteepenedSigmoid.java index ef7fca1f5..c493eb45d 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationBipolarSteepenedSigmoid.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationBipolarSteepenedSigmoid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationClippedLinear.java b/src/main/java/org/encog/engine/network/activation/ActivationClippedLinear.java index 61718435e..f4540dac9 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationClippedLinear.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationClippedLinear.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationCompetitive.java b/src/main/java/org/encog/engine/network/activation/ActivationCompetitive.java index d3aa5a2e8..4520e2a58 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationCompetitive.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationCompetitive.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationElliott.java b/src/main/java/org/encog/engine/network/activation/ActivationElliott.java index 01644c03e..a809b26ce 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationElliott.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationElliott.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationElliottSymmetric.java b/src/main/java/org/encog/engine/network/activation/ActivationElliottSymmetric.java index cef8bb1fb..a8de163a2 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationElliottSymmetric.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationElliottSymmetric.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationFunction.java b/src/main/java/org/encog/engine/network/activation/ActivationFunction.java index 9817dee98..7456d68d2 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationFunction.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationGaussian.java b/src/main/java/org/encog/engine/network/activation/ActivationGaussian.java index c9d4f2969..af6ddf1e6 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationGaussian.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationGaussian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationLOG.java b/src/main/java/org/encog/engine/network/activation/ActivationLOG.java index 55f715b74..abf26ebe7 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationLOG.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationLOG.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationLinear.java b/src/main/java/org/encog/engine/network/activation/ActivationLinear.java index ea09d6b39..a4b715d68 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationLinear.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationLinear.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationRamp.java b/src/main/java/org/encog/engine/network/activation/ActivationRamp.java index 2b93dd176..fd8ed29a0 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationRamp.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationRamp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationReLU.java b/src/main/java/org/encog/engine/network/activation/ActivationReLU.java index c3caf36f9..bce409ff5 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationReLU.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationReLU.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationSIN.java b/src/main/java/org/encog/engine/network/activation/ActivationSIN.java index 2c1fc4b92..20e80bc84 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationSIN.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationSIN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationSigmoid.java b/src/main/java/org/encog/engine/network/activation/ActivationSigmoid.java index 7ee750db9..cecb1805d 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationSigmoid.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationSigmoid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationSoftMax.java b/src/main/java/org/encog/engine/network/activation/ActivationSoftMax.java index 4fe887d4e..27a683f7c 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationSoftMax.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationSoftMax.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationSteepenedSigmoid.java b/src/main/java/org/encog/engine/network/activation/ActivationSteepenedSigmoid.java index 2be2aea30..83540683c 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationSteepenedSigmoid.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationSteepenedSigmoid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationStep.java b/src/main/java/org/encog/engine/network/activation/ActivationStep.java index d6f22d2a7..516a9b6c4 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationStep.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationStep.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/ActivationTANH.java b/src/main/java/org/encog/engine/network/activation/ActivationTANH.java index c8d591e88..89e0332e5 100644 --- a/src/main/java/org/encog/engine/network/activation/ActivationTANH.java +++ b/src/main/java/org/encog/engine/network/activation/ActivationTANH.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/engine/network/activation/package-info.java b/src/main/java/org/encog/engine/network/activation/package-info.java index d1d4a5736..e34e3b732 100644 --- a/src/main/java/org/encog/engine/network/activation/package-info.java +++ b/src/main/java/org/encog/engine/network/activation/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/Ensemble.java b/src/main/java/org/encog/ensemble/Ensemble.java index 6d19c7a48..02c3c2927 100644 --- a/src/main/java/org/encog/ensemble/Ensemble.java +++ b/src/main/java/org/encog/ensemble/Ensemble.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleAggregator.java b/src/main/java/org/encog/ensemble/EnsembleAggregator.java index 1410caccb..1b9b75f16 100644 --- a/src/main/java/org/encog/ensemble/EnsembleAggregator.java +++ b/src/main/java/org/encog/ensemble/EnsembleAggregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleML.java b/src/main/java/org/encog/ensemble/EnsembleML.java index 207999d6c..e52d728e4 100644 --- a/src/main/java/org/encog/ensemble/EnsembleML.java +++ b/src/main/java/org/encog/ensemble/EnsembleML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleMLMethodFactory.java b/src/main/java/org/encog/ensemble/EnsembleMLMethodFactory.java index e90a54d8b..32c56dcab 100644 --- a/src/main/java/org/encog/ensemble/EnsembleMLMethodFactory.java +++ b/src/main/java/org/encog/ensemble/EnsembleMLMethodFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleTrainFactory.java b/src/main/java/org/encog/ensemble/EnsembleTrainFactory.java index 7d204089e..085851ee5 100644 --- a/src/main/java/org/encog/ensemble/EnsembleTrainFactory.java +++ b/src/main/java/org/encog/ensemble/EnsembleTrainFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleTypes.java b/src/main/java/org/encog/ensemble/EnsembleTypes.java index 05b49e3e2..e2f7a56eb 100644 --- a/src/main/java/org/encog/ensemble/EnsembleTypes.java +++ b/src/main/java/org/encog/ensemble/EnsembleTypes.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/EnsembleWeightedAggregator.java b/src/main/java/org/encog/ensemble/EnsembleWeightedAggregator.java index 1462544a7..e0185baff 100644 --- a/src/main/java/org/encog/ensemble/EnsembleWeightedAggregator.java +++ b/src/main/java/org/encog/ensemble/EnsembleWeightedAggregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/GenericEnsembleML.java b/src/main/java/org/encog/ensemble/GenericEnsembleML.java index f0650dab5..c59b4501d 100644 --- a/src/main/java/org/encog/ensemble/GenericEnsembleML.java +++ b/src/main/java/org/encog/ensemble/GenericEnsembleML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/adaboost/AdaBoost.java b/src/main/java/org/encog/ensemble/adaboost/AdaBoost.java index 2033d7332..a6c5d694c 100644 --- a/src/main/java/org/encog/ensemble/adaboost/AdaBoost.java +++ b/src/main/java/org/encog/ensemble/adaboost/AdaBoost.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/aggregator/Averaging.java b/src/main/java/org/encog/ensemble/aggregator/Averaging.java index 917771329..386bb4490 100644 --- a/src/main/java/org/encog/ensemble/aggregator/Averaging.java +++ b/src/main/java/org/encog/ensemble/aggregator/Averaging.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/aggregator/MajorityVoting.java b/src/main/java/org/encog/ensemble/aggregator/MajorityVoting.java index 915bf7c52..a65864b3d 100644 --- a/src/main/java/org/encog/ensemble/aggregator/MajorityVoting.java +++ b/src/main/java/org/encog/ensemble/aggregator/MajorityVoting.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/aggregator/MetaClassifier.java b/src/main/java/org/encog/ensemble/aggregator/MetaClassifier.java index 592da1c7d..29e1166de 100644 --- a/src/main/java/org/encog/ensemble/aggregator/MetaClassifier.java +++ b/src/main/java/org/encog/ensemble/aggregator/MetaClassifier.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/aggregator/WeightedAveraging.java b/src/main/java/org/encog/ensemble/aggregator/WeightedAveraging.java index 186572952..e27ac62eb 100644 --- a/src/main/java/org/encog/ensemble/aggregator/WeightedAveraging.java +++ b/src/main/java/org/encog/ensemble/aggregator/WeightedAveraging.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/bagging/Bagging.java b/src/main/java/org/encog/ensemble/bagging/Bagging.java index dd26135e6..c0b256e76 100644 --- a/src/main/java/org/encog/ensemble/bagging/Bagging.java +++ b/src/main/java/org/encog/ensemble/bagging/Bagging.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/EnsembleDataSet.java b/src/main/java/org/encog/ensemble/data/EnsembleDataSet.java index 254abf0cb..bb4f93e16 100644 --- a/src/main/java/org/encog/ensemble/data/EnsembleDataSet.java +++ b/src/main/java/org/encog/ensemble/data/EnsembleDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/factories/EnsembleDataSetFactory.java b/src/main/java/org/encog/ensemble/data/factories/EnsembleDataSetFactory.java index fcc359b80..468bf00cf 100644 --- a/src/main/java/org/encog/ensemble/data/factories/EnsembleDataSetFactory.java +++ b/src/main/java/org/encog/ensemble/data/factories/EnsembleDataSetFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/factories/NonResamplingDataSetFactory.java b/src/main/java/org/encog/ensemble/data/factories/NonResamplingDataSetFactory.java index 41066fbcf..5fd58e961 100644 --- a/src/main/java/org/encog/ensemble/data/factories/NonResamplingDataSetFactory.java +++ b/src/main/java/org/encog/ensemble/data/factories/NonResamplingDataSetFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/factories/ResamplingDataSetFactory.java b/src/main/java/org/encog/ensemble/data/factories/ResamplingDataSetFactory.java index a3781ff74..5065d7d24 100644 --- a/src/main/java/org/encog/ensemble/data/factories/ResamplingDataSetFactory.java +++ b/src/main/java/org/encog/ensemble/data/factories/ResamplingDataSetFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/factories/WeightedResamplingDataSetFactory.java b/src/main/java/org/encog/ensemble/data/factories/WeightedResamplingDataSetFactory.java index 487f9efa5..6dc5db71b 100644 --- a/src/main/java/org/encog/ensemble/data/factories/WeightedResamplingDataSetFactory.java +++ b/src/main/java/org/encog/ensemble/data/factories/WeightedResamplingDataSetFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/data/factories/WrappingNonResamplingDataSetFactory.java b/src/main/java/org/encog/ensemble/data/factories/WrappingNonResamplingDataSetFactory.java index 36c0423a6..d8bf917e0 100644 --- a/src/main/java/org/encog/ensemble/data/factories/WrappingNonResamplingDataSetFactory.java +++ b/src/main/java/org/encog/ensemble/data/factories/WrappingNonResamplingDataSetFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/dropout/Dropout.java b/src/main/java/org/encog/ensemble/dropout/Dropout.java index 392403a5a..4bef8f03a 100644 --- a/src/main/java/org/encog/ensemble/dropout/Dropout.java +++ b/src/main/java/org/encog/ensemble/dropout/Dropout.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/ml/mlp/factory/MultiLayerPerceptronFactory.java b/src/main/java/org/encog/ensemble/ml/mlp/factory/MultiLayerPerceptronFactory.java index 545c71330..987d77be9 100644 --- a/src/main/java/org/encog/ensemble/ml/mlp/factory/MultiLayerPerceptronFactory.java +++ b/src/main/java/org/encog/ensemble/ml/mlp/factory/MultiLayerPerceptronFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/stacking/Stacking.java b/src/main/java/org/encog/ensemble/stacking/Stacking.java index cb4347ff8..af8ffe59f 100644 --- a/src/main/java/org/encog/ensemble/stacking/Stacking.java +++ b/src/main/java/org/encog/ensemble/stacking/Stacking.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/training/BackpropagationFactory.java b/src/main/java/org/encog/ensemble/training/BackpropagationFactory.java index e05735647..8c51bf602 100644 --- a/src/main/java/org/encog/ensemble/training/BackpropagationFactory.java +++ b/src/main/java/org/encog/ensemble/training/BackpropagationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/training/LevenbergMarquardtFactory.java b/src/main/java/org/encog/ensemble/training/LevenbergMarquardtFactory.java index 2182a536b..509b69f7b 100644 --- a/src/main/java/org/encog/ensemble/training/LevenbergMarquardtFactory.java +++ b/src/main/java/org/encog/ensemble/training/LevenbergMarquardtFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/training/ManhattanPropagationFactory.java b/src/main/java/org/encog/ensemble/training/ManhattanPropagationFactory.java index f454bc8b7..4dc4d4770 100644 --- a/src/main/java/org/encog/ensemble/training/ManhattanPropagationFactory.java +++ b/src/main/java/org/encog/ensemble/training/ManhattanPropagationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/training/ResilientPropagationFactory.java b/src/main/java/org/encog/ensemble/training/ResilientPropagationFactory.java index 77e7c3953..955842b22 100644 --- a/src/main/java/org/encog/ensemble/training/ResilientPropagationFactory.java +++ b/src/main/java/org/encog/ensemble/training/ResilientPropagationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ensemble/training/ScaledConjugateGradientFactory.java b/src/main/java/org/encog/ensemble/training/ScaledConjugateGradientFactory.java index e31764925..cbd78f26c 100644 --- a/src/main/java/org/encog/ensemble/training/ScaledConjugateGradientFactory.java +++ b/src/main/java/org/encog/ensemble/training/ScaledConjugateGradientFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/BoundMath.java b/src/main/java/org/encog/mathutil/BoundMath.java index a0248fa13..ff15a9470 100644 --- a/src/main/java/org/encog/mathutil/BoundMath.java +++ b/src/main/java/org/encog/mathutil/BoundMath.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/BoundNumbers.java b/src/main/java/org/encog/mathutil/BoundNumbers.java index 66799777f..cb7467321 100644 --- a/src/main/java/org/encog/mathutil/BoundNumbers.java +++ b/src/main/java/org/encog/mathutil/BoundNumbers.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/ComplexNumber.java b/src/main/java/org/encog/mathutil/ComplexNumber.java index 5f3a3021c..f61109f1d 100644 --- a/src/main/java/org/encog/mathutil/ComplexNumber.java +++ b/src/main/java/org/encog/mathutil/ComplexNumber.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/Convert.java b/src/main/java/org/encog/mathutil/Convert.java index 4c16d362a..9399f4333 100644 --- a/src/main/java/org/encog/mathutil/Convert.java +++ b/src/main/java/org/encog/mathutil/Convert.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/EncogFunction.java b/src/main/java/org/encog/mathutil/EncogFunction.java index 693a33aac..cf798e912 100644 --- a/src/main/java/org/encog/mathutil/EncogFunction.java +++ b/src/main/java/org/encog/mathutil/EncogFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/EncogMath.java b/src/main/java/org/encog/mathutil/EncogMath.java index d41d3fa6b..9b6c27318 100644 --- a/src/main/java/org/encog/mathutil/EncogMath.java +++ b/src/main/java/org/encog/mathutil/EncogMath.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/EncogMathError.java b/src/main/java/org/encog/mathutil/EncogMathError.java index f554368f1..866f23a87 100644 --- a/src/main/java/org/encog/mathutil/EncogMathError.java +++ b/src/main/java/org/encog/mathutil/EncogMathError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/Equilateral.java b/src/main/java/org/encog/mathutil/Equilateral.java index bcb158fc9..bb07c12ca 100644 --- a/src/main/java/org/encog/mathutil/Equilateral.java +++ b/src/main/java/org/encog/mathutil/Equilateral.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/IntPair.java b/src/main/java/org/encog/mathutil/IntPair.java index e2561bcaf..de554627c 100644 --- a/src/main/java/org/encog/mathutil/IntPair.java +++ b/src/main/java/org/encog/mathutil/IntPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/IntRange.java b/src/main/java/org/encog/mathutil/IntRange.java index c4b4cd3dc..73fe7c73c 100644 --- a/src/main/java/org/encog/mathutil/IntRange.java +++ b/src/main/java/org/encog/mathutil/IntRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/MathConst.java b/src/main/java/org/encog/mathutil/MathConst.java index a48495067..ebf534380 100644 --- a/src/main/java/org/encog/mathutil/MathConst.java +++ b/src/main/java/org/encog/mathutil/MathConst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/NumericRange.java b/src/main/java/org/encog/mathutil/NumericRange.java index 79d344143..877155485 100644 --- a/src/main/java/org/encog/mathutil/NumericRange.java +++ b/src/main/java/org/encog/mathutil/NumericRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/VectorAlgebra.java b/src/main/java/org/encog/mathutil/VectorAlgebra.java index be5c1608e..5b85fd6f2 100644 --- a/src/main/java/org/encog/mathutil/VectorAlgebra.java +++ b/src/main/java/org/encog/mathutil/VectorAlgebra.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/dimension/DimensionConstraint.java b/src/main/java/org/encog/mathutil/dimension/DimensionConstraint.java index 71b444810..74d268b3e 100644 --- a/src/main/java/org/encog/mathutil/dimension/DimensionConstraint.java +++ b/src/main/java/org/encog/mathutil/dimension/DimensionConstraint.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/dimension/MultiDimension.java b/src/main/java/org/encog/mathutil/dimension/MultiDimension.java index db516c2b4..a65ab2614 100644 --- a/src/main/java/org/encog/mathutil/dimension/MultiDimension.java +++ b/src/main/java/org/encog/mathutil/dimension/MultiDimension.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/error/ErrorCalculation.java b/src/main/java/org/encog/mathutil/error/ErrorCalculation.java index 5bb4b9ccf..459300ea7 100644 --- a/src/main/java/org/encog/mathutil/error/ErrorCalculation.java +++ b/src/main/java/org/encog/mathutil/error/ErrorCalculation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/error/ErrorCalculationMode.java b/src/main/java/org/encog/mathutil/error/ErrorCalculationMode.java index 67f0b5778..dabfe1f6c 100644 --- a/src/main/java/org/encog/mathutil/error/ErrorCalculationMode.java +++ b/src/main/java/org/encog/mathutil/error/ErrorCalculationMode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/error/NormalizedError.java b/src/main/java/org/encog/mathutil/error/NormalizedError.java index f091632f9..66d2b1c7d 100644 --- a/src/main/java/org/encog/mathutil/error/NormalizedError.java +++ b/src/main/java/org/encog/mathutil/error/NormalizedError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/error/package-info.java b/src/main/java/org/encog/mathutil/error/package-info.java index a52dda963..dc74e6be2 100644 --- a/src/main/java/org/encog/mathutil/error/package-info.java +++ b/src/main/java/org/encog/mathutil/error/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm.java b/src/main/java/org/encog/mathutil/libsvm/svm.java index aa18f8678..fb6662e63 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm_model.java b/src/main/java/org/encog/mathutil/libsvm/svm_model.java index b7664222c..e9efa878d 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm_model.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm_model.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm_node.java b/src/main/java/org/encog/mathutil/libsvm/svm_node.java index 8d1f79f14..454e9ad36 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm_node.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm_node.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm_parameter.java b/src/main/java/org/encog/mathutil/libsvm/svm_parameter.java index a023da786..9d9df0b23 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm_parameter.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm_parameter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm_print_interface.java b/src/main/java/org/encog/mathutil/libsvm/svm_print_interface.java index 9a2a839fb..5b85d2bf7 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm_print_interface.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm_print_interface.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/libsvm/svm_problem.java b/src/main/java/org/encog/mathutil/libsvm/svm_problem.java index 67dae538d..0649393a6 100644 --- a/src/main/java/org/encog/mathutil/libsvm/svm_problem.java +++ b/src/main/java/org/encog/mathutil/libsvm/svm_problem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/BiPolarUtil.java b/src/main/java/org/encog/mathutil/matrices/BiPolarUtil.java index 86edd8eb2..0bfb3ea58 100644 --- a/src/main/java/org/encog/mathutil/matrices/BiPolarUtil.java +++ b/src/main/java/org/encog/mathutil/matrices/BiPolarUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/Matrix.java b/src/main/java/org/encog/mathutil/matrices/Matrix.java index a18680dd6..773857f8a 100644 --- a/src/main/java/org/encog/mathutil/matrices/Matrix.java +++ b/src/main/java/org/encog/mathutil/matrices/Matrix.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/MatrixError.java b/src/main/java/org/encog/mathutil/matrices/MatrixError.java index 3f1ec8176..3e97ec1aa 100644 --- a/src/main/java/org/encog/mathutil/matrices/MatrixError.java +++ b/src/main/java/org/encog/mathutil/matrices/MatrixError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/MatrixMath.java b/src/main/java/org/encog/mathutil/matrices/MatrixMath.java index d2209f4f8..46017adec 100644 --- a/src/main/java/org/encog/mathutil/matrices/MatrixMath.java +++ b/src/main/java/org/encog/mathutil/matrices/MatrixMath.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/CholeskyDecomposition.java b/src/main/java/org/encog/mathutil/matrices/decomposition/CholeskyDecomposition.java index 1af6d351e..cb2e2c69b 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/CholeskyDecomposition.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/CholeskyDecomposition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecomposition.java b/src/main/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecomposition.java index 73f84bbe1..f13acded9 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecomposition.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecomposition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/LUDecomposition.java b/src/main/java/org/encog/mathutil/matrices/decomposition/LUDecomposition.java index a50ab73f7..ead8818ed 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/LUDecomposition.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/LUDecomposition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/QRDecomposition.java b/src/main/java/org/encog/mathutil/matrices/decomposition/QRDecomposition.java index 973abe573..6b7105403 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/QRDecomposition.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/QRDecomposition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/SingularValueDecomposition.java b/src/main/java/org/encog/mathutil/matrices/decomposition/SingularValueDecomposition.java index ea2e6c27d..351bd4086 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/SingularValueDecomposition.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/SingularValueDecomposition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/decomposition/package-info.java b/src/main/java/org/encog/mathutil/matrices/decomposition/package-info.java index 5080fd1f7..674002735 100644 --- a/src/main/java/org/encog/mathutil/matrices/decomposition/package-info.java +++ b/src/main/java/org/encog/mathutil/matrices/decomposition/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/hessian/BasicHessian.java b/src/main/java/org/encog/mathutil/matrices/hessian/BasicHessian.java index e0703c83a..ead5d4ed4 100644 --- a/src/main/java/org/encog/mathutil/matrices/hessian/BasicHessian.java +++ b/src/main/java/org/encog/mathutil/matrices/hessian/BasicHessian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/hessian/ChainRuleWorker.java b/src/main/java/org/encog/mathutil/matrices/hessian/ChainRuleWorker.java index c76b36d6e..374eddd58 100644 --- a/src/main/java/org/encog/mathutil/matrices/hessian/ChainRuleWorker.java +++ b/src/main/java/org/encog/mathutil/matrices/hessian/ChainRuleWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/hessian/ComputeHessian.java b/src/main/java/org/encog/mathutil/matrices/hessian/ComputeHessian.java index aba4e3870..cad295daf 100644 --- a/src/main/java/org/encog/mathutil/matrices/hessian/ComputeHessian.java +++ b/src/main/java/org/encog/mathutil/matrices/hessian/ComputeHessian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/hessian/HessianCR.java b/src/main/java/org/encog/mathutil/matrices/hessian/HessianCR.java index f3a2268a1..f39ab74bf 100644 --- a/src/main/java/org/encog/mathutil/matrices/hessian/HessianCR.java +++ b/src/main/java/org/encog/mathutil/matrices/hessian/HessianCR.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/hessian/HessianFD.java b/src/main/java/org/encog/mathutil/matrices/hessian/HessianFD.java index 71a88e933..934eeccbc 100644 --- a/src/main/java/org/encog/mathutil/matrices/hessian/HessianFD.java +++ b/src/main/java/org/encog/mathutil/matrices/hessian/HessianFD.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/matrices/package-info.java b/src/main/java/org/encog/mathutil/matrices/package-info.java index 582668e15..fbc20645e 100644 --- a/src/main/java/org/encog/mathutil/matrices/package-info.java +++ b/src/main/java/org/encog/mathutil/matrices/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/package-info.java b/src/main/java/org/encog/mathutil/package-info.java index fb8b12ecb..0d6d38e12 100644 --- a/src/main/java/org/encog/mathutil/package-info.java +++ b/src/main/java/org/encog/mathutil/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/probability/CalcProbability.java b/src/main/java/org/encog/mathutil/probability/CalcProbability.java index c03af958b..b9fe6b7da 100644 --- a/src/main/java/org/encog/mathutil/probability/CalcProbability.java +++ b/src/main/java/org/encog/mathutil/probability/CalcProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/probability/vars/RandomVariable.java b/src/main/java/org/encog/mathutil/probability/vars/RandomVariable.java index d3ec5693a..f448f47ad 100644 --- a/src/main/java/org/encog/mathutil/probability/vars/RandomVariable.java +++ b/src/main/java/org/encog/mathutil/probability/vars/RandomVariable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/probability/vars/VariableList.java b/src/main/java/org/encog/mathutil/probability/vars/VariableList.java index 73ec923b8..52c45a33a 100644 --- a/src/main/java/org/encog/mathutil/probability/vars/VariableList.java +++ b/src/main/java/org/encog/mathutil/probability/vars/VariableList.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/BasicRandomizer.java b/src/main/java/org/encog/mathutil/randomize/BasicRandomizer.java index 598181800..d3efdb4d0 100644 --- a/src/main/java/org/encog/mathutil/randomize/BasicRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/BasicRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/ConsistentRandomizer.java b/src/main/java/org/encog/mathutil/randomize/ConsistentRandomizer.java index 879951b7d..7ded26a43 100644 --- a/src/main/java/org/encog/mathutil/randomize/ConsistentRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/ConsistentRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/ConstRandomizer.java b/src/main/java/org/encog/mathutil/randomize/ConstRandomizer.java index d7f7d430a..37c435096 100644 --- a/src/main/java/org/encog/mathutil/randomize/ConstRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/ConstRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/Distort.java b/src/main/java/org/encog/mathutil/randomize/Distort.java index a3db9526e..6ada349d4 100644 --- a/src/main/java/org/encog/mathutil/randomize/Distort.java +++ b/src/main/java/org/encog/mathutil/randomize/Distort.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/FanInRandomizer.java b/src/main/java/org/encog/mathutil/randomize/FanInRandomizer.java index d124fc730..837599e33 100644 --- a/src/main/java/org/encog/mathutil/randomize/FanInRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/FanInRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/GaussianRandomizer.java b/src/main/java/org/encog/mathutil/randomize/GaussianRandomizer.java index a4adf3421..f0e99df52 100644 --- a/src/main/java/org/encog/mathutil/randomize/GaussianRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/GaussianRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/NguyenWidrowRandomizer.java b/src/main/java/org/encog/mathutil/randomize/NguyenWidrowRandomizer.java index de0b8c8cf..2a6db882d 100644 --- a/src/main/java/org/encog/mathutil/randomize/NguyenWidrowRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/NguyenWidrowRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/RandomChoice.java b/src/main/java/org/encog/mathutil/randomize/RandomChoice.java index e7431ed2b..05acde9e7 100644 --- a/src/main/java/org/encog/mathutil/randomize/RandomChoice.java +++ b/src/main/java/org/encog/mathutil/randomize/RandomChoice.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/Randomizer.java b/src/main/java/org/encog/mathutil/randomize/Randomizer.java index 95862fabc..77ef52709 100644 --- a/src/main/java/org/encog/mathutil/randomize/Randomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/Randomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/RangeRandomizer.java b/src/main/java/org/encog/mathutil/randomize/RangeRandomizer.java index c0994ade7..731af615f 100644 --- a/src/main/java/org/encog/mathutil/randomize/RangeRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/RangeRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/XaiverRandomizer.java b/src/main/java/org/encog/mathutil/randomize/XaiverRandomizer.java index e114a668b..5ba3d6349 100644 --- a/src/main/java/org/encog/mathutil/randomize/XaiverRandomizer.java +++ b/src/main/java/org/encog/mathutil/randomize/XaiverRandomizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/factory/BasicRandomFactory.java b/src/main/java/org/encog/mathutil/randomize/factory/BasicRandomFactory.java index 93fec1fd1..fa0d13659 100644 --- a/src/main/java/org/encog/mathutil/randomize/factory/BasicRandomFactory.java +++ b/src/main/java/org/encog/mathutil/randomize/factory/BasicRandomFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/factory/RandomFactory.java b/src/main/java/org/encog/mathutil/randomize/factory/RandomFactory.java index aa9e09e32..089d80436 100644 --- a/src/main/java/org/encog/mathutil/randomize/factory/RandomFactory.java +++ b/src/main/java/org/encog/mathutil/randomize/factory/RandomFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/AbstractBoxMuller.java b/src/main/java/org/encog/mathutil/randomize/generate/AbstractBoxMuller.java index 03e974c4e..bd007ee14 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/AbstractBoxMuller.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/AbstractBoxMuller.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/AbstractGenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/AbstractGenerateRandom.java index a8d02538d..ec15ef517 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/AbstractGenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/AbstractGenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/BasicGenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/BasicGenerateRandom.java index 350b9628f..e1057694e 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/BasicGenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/BasicGenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/GenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/GenerateRandom.java index a84085a6f..15497cb94 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/GenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/GenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/LinearCongruentialRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/LinearCongruentialRandom.java index 85718b097..8561e4aaa 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/LinearCongruentialRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/LinearCongruentialRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/MersenneTwisterGenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/MersenneTwisterGenerateRandom.java index fd692a83d..e022cb0e9 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/MersenneTwisterGenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/MersenneTwisterGenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/MultiplyWithCarryGenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/MultiplyWithCarryGenerateRandom.java index 24692d84f..e5d9652ae 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/MultiplyWithCarryGenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/MultiplyWithCarryGenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/generate/SecureGenerateRandom.java b/src/main/java/org/encog/mathutil/randomize/generate/SecureGenerateRandom.java index 07378f79d..ee15b0a6d 100644 --- a/src/main/java/org/encog/mathutil/randomize/generate/SecureGenerateRandom.java +++ b/src/main/java/org/encog/mathutil/randomize/generate/SecureGenerateRandom.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/randomize/package-info.java b/src/main/java/org/encog/mathutil/randomize/package-info.java index d49ad2da3..3d9bc4ebd 100644 --- a/src/main/java/org/encog/mathutil/randomize/package-info.java +++ b/src/main/java/org/encog/mathutil/randomize/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/BasicRBF.java b/src/main/java/org/encog/mathutil/rbf/BasicRBF.java index 6237bf2bb..1bb331a92 100644 --- a/src/main/java/org/encog/mathutil/rbf/BasicRBF.java +++ b/src/main/java/org/encog/mathutil/rbf/BasicRBF.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/GaussianFunction.java b/src/main/java/org/encog/mathutil/rbf/GaussianFunction.java index 295f302e5..0da3420b0 100644 --- a/src/main/java/org/encog/mathutil/rbf/GaussianFunction.java +++ b/src/main/java/org/encog/mathutil/rbf/GaussianFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/InverseMultiquadricFunction.java b/src/main/java/org/encog/mathutil/rbf/InverseMultiquadricFunction.java index 31a6a82f6..67c9074a4 100644 --- a/src/main/java/org/encog/mathutil/rbf/InverseMultiquadricFunction.java +++ b/src/main/java/org/encog/mathutil/rbf/InverseMultiquadricFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/MexicanHatFunction.java b/src/main/java/org/encog/mathutil/rbf/MexicanHatFunction.java index 0d21a9500..de37ce104 100644 --- a/src/main/java/org/encog/mathutil/rbf/MexicanHatFunction.java +++ b/src/main/java/org/encog/mathutil/rbf/MexicanHatFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/MultiquadricFunction.java b/src/main/java/org/encog/mathutil/rbf/MultiquadricFunction.java index 97f25b9c2..410f0ce14 100644 --- a/src/main/java/org/encog/mathutil/rbf/MultiquadricFunction.java +++ b/src/main/java/org/encog/mathutil/rbf/MultiquadricFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/RBFEnum.java b/src/main/java/org/encog/mathutil/rbf/RBFEnum.java index 1d5c6de17..32b3c6607 100644 --- a/src/main/java/org/encog/mathutil/rbf/RBFEnum.java +++ b/src/main/java/org/encog/mathutil/rbf/RBFEnum.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/RadialBasisFunction.java b/src/main/java/org/encog/mathutil/rbf/RadialBasisFunction.java index 79e60719c..1a971d825 100644 --- a/src/main/java/org/encog/mathutil/rbf/RadialBasisFunction.java +++ b/src/main/java/org/encog/mathutil/rbf/RadialBasisFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/mathutil/rbf/package-info.java b/src/main/java/org/encog/mathutil/rbf/package-info.java index 24c939f4a..456a95cd6 100644 --- a/src/main/java/org/encog/mathutil/rbf/package-info.java +++ b/src/main/java/org/encog/mathutil/rbf/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/BasicML.java b/src/main/java/org/encog/ml/BasicML.java index 4344be3b9..0c1adb4dd 100644 --- a/src/main/java/org/encog/ml/BasicML.java +++ b/src/main/java/org/encog/ml/BasicML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/CalculateScore.java b/src/main/java/org/encog/ml/CalculateScore.java index 547a4ee69..db846d76e 100644 --- a/src/main/java/org/encog/ml/CalculateScore.java +++ b/src/main/java/org/encog/ml/CalculateScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLAutoAssocation.java b/src/main/java/org/encog/ml/MLAutoAssocation.java index b294185b5..c6e7d901a 100644 --- a/src/main/java/org/encog/ml/MLAutoAssocation.java +++ b/src/main/java/org/encog/ml/MLAutoAssocation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLClassification.java b/src/main/java/org/encog/ml/MLClassification.java index e3ea5478f..309c86a9b 100644 --- a/src/main/java/org/encog/ml/MLClassification.java +++ b/src/main/java/org/encog/ml/MLClassification.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLCluster.java b/src/main/java/org/encog/ml/MLCluster.java index 804515c9d..1912d3862 100644 --- a/src/main/java/org/encog/ml/MLCluster.java +++ b/src/main/java/org/encog/ml/MLCluster.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLClustering.java b/src/main/java/org/encog/ml/MLClustering.java index 4410655a7..8657861da 100644 --- a/src/main/java/org/encog/ml/MLClustering.java +++ b/src/main/java/org/encog/ml/MLClustering.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLContext.java b/src/main/java/org/encog/ml/MLContext.java index 0beafc3cd..b8af82cce 100644 --- a/src/main/java/org/encog/ml/MLContext.java +++ b/src/main/java/org/encog/ml/MLContext.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLEncodable.java b/src/main/java/org/encog/ml/MLEncodable.java index de59fa97f..b7ef0a7ca 100644 --- a/src/main/java/org/encog/ml/MLEncodable.java +++ b/src/main/java/org/encog/ml/MLEncodable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLError.java b/src/main/java/org/encog/ml/MLError.java index fafa5f522..6b3295c81 100644 --- a/src/main/java/org/encog/ml/MLError.java +++ b/src/main/java/org/encog/ml/MLError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLFactory.java b/src/main/java/org/encog/ml/MLFactory.java index 107b229ad..fdf8043cc 100644 --- a/src/main/java/org/encog/ml/MLFactory.java +++ b/src/main/java/org/encog/ml/MLFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLInput.java b/src/main/java/org/encog/ml/MLInput.java index 1ca06d564..a59dbcf3c 100644 --- a/src/main/java/org/encog/ml/MLInput.java +++ b/src/main/java/org/encog/ml/MLInput.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLInputOutput.java b/src/main/java/org/encog/ml/MLInputOutput.java index e389dce45..8eb99ad6b 100644 --- a/src/main/java/org/encog/ml/MLInputOutput.java +++ b/src/main/java/org/encog/ml/MLInputOutput.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLMethod.java b/src/main/java/org/encog/ml/MLMethod.java index 322dc80ab..9429cbf0e 100644 --- a/src/main/java/org/encog/ml/MLMethod.java +++ b/src/main/java/org/encog/ml/MLMethod.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLOutput.java b/src/main/java/org/encog/ml/MLOutput.java index bafb80974..20c8e484d 100644 --- a/src/main/java/org/encog/ml/MLOutput.java +++ b/src/main/java/org/encog/ml/MLOutput.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLProperties.java b/src/main/java/org/encog/ml/MLProperties.java index f32f45819..2a5061e4b 100644 --- a/src/main/java/org/encog/ml/MLProperties.java +++ b/src/main/java/org/encog/ml/MLProperties.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLRegression.java b/src/main/java/org/encog/ml/MLRegression.java index 5a3a1ab56..6cd392718 100644 --- a/src/main/java/org/encog/ml/MLRegression.java +++ b/src/main/java/org/encog/ml/MLRegression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLResettable.java b/src/main/java/org/encog/ml/MLResettable.java index 5d1b7930d..aae8229db 100644 --- a/src/main/java/org/encog/ml/MLResettable.java +++ b/src/main/java/org/encog/ml/MLResettable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MLStateSequence.java b/src/main/java/org/encog/ml/MLStateSequence.java index bd0bf31b9..ec6908797 100644 --- a/src/main/java/org/encog/ml/MLStateSequence.java +++ b/src/main/java/org/encog/ml/MLStateSequence.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/MethodFactory.java b/src/main/java/org/encog/ml/MethodFactory.java index cafdfa47e..3953a27cc 100644 --- a/src/main/java/org/encog/ml/MethodFactory.java +++ b/src/main/java/org/encog/ml/MethodFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/TrainingImplementationType.java b/src/main/java/org/encog/ml/TrainingImplementationType.java index a71a4dce3..cb387f277 100644 --- a/src/main/java/org/encog/ml/TrainingImplementationType.java +++ b/src/main/java/org/encog/ml/TrainingImplementationType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/anneal/SimulatedAnnealing.java b/src/main/java/org/encog/ml/anneal/SimulatedAnnealing.java index 57e942e68..a12aee837 100644 --- a/src/main/java/org/encog/ml/anneal/SimulatedAnnealing.java +++ b/src/main/java/org/encog/ml/anneal/SimulatedAnnealing.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/anneal/package-info.java b/src/main/java/org/encog/ml/anneal/package-info.java index 31793512e..81a872254 100644 --- a/src/main/java/org/encog/ml/anneal/package-info.java +++ b/src/main/java/org/encog/ml/anneal/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/BayesianChoice.java b/src/main/java/org/encog/ml/bayesian/BayesianChoice.java index 564259bfb..ed85d0b9a 100644 --- a/src/main/java/org/encog/ml/bayesian/BayesianChoice.java +++ b/src/main/java/org/encog/ml/bayesian/BayesianChoice.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/BayesianError.java b/src/main/java/org/encog/ml/bayesian/BayesianError.java index bd1fabdbe..9cdb9736d 100644 --- a/src/main/java/org/encog/ml/bayesian/BayesianError.java +++ b/src/main/java/org/encog/ml/bayesian/BayesianError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/BayesianEvent.java b/src/main/java/org/encog/ml/bayesian/BayesianEvent.java index 187ed61fd..412be6d7e 100644 --- a/src/main/java/org/encog/ml/bayesian/BayesianEvent.java +++ b/src/main/java/org/encog/ml/bayesian/BayesianEvent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/BayesianNetwork.java b/src/main/java/org/encog/ml/bayesian/BayesianNetwork.java index 95c13e876..ce1a2449c 100644 --- a/src/main/java/org/encog/ml/bayesian/BayesianNetwork.java +++ b/src/main/java/org/encog/ml/bayesian/BayesianNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/EventType.java b/src/main/java/org/encog/ml/bayesian/EventType.java index 79fa9a8d5..caeeb6d74 100644 --- a/src/main/java/org/encog/ml/bayesian/EventType.java +++ b/src/main/java/org/encog/ml/bayesian/EventType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/PersistBayes.java b/src/main/java/org/encog/ml/bayesian/PersistBayes.java index 3fe10ba39..dadeceb1e 100644 --- a/src/main/java/org/encog/ml/bayesian/PersistBayes.java +++ b/src/main/java/org/encog/ml/bayesian/PersistBayes.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/bif/BIFDefinition.java b/src/main/java/org/encog/ml/bayesian/bif/BIFDefinition.java index ef42f04e6..c4d75f14a 100644 --- a/src/main/java/org/encog/ml/bayesian/bif/BIFDefinition.java +++ b/src/main/java/org/encog/ml/bayesian/bif/BIFDefinition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/bif/BIFHandler.java b/src/main/java/org/encog/ml/bayesian/bif/BIFHandler.java index c7729e6ab..6204971ac 100644 --- a/src/main/java/org/encog/ml/bayesian/bif/BIFHandler.java +++ b/src/main/java/org/encog/ml/bayesian/bif/BIFHandler.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/bif/BIFUtil.java b/src/main/java/org/encog/ml/bayesian/bif/BIFUtil.java index 94d4fc5e6..637045530 100644 --- a/src/main/java/org/encog/ml/bayesian/bif/BIFUtil.java +++ b/src/main/java/org/encog/ml/bayesian/bif/BIFUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/bif/BIFVariable.java b/src/main/java/org/encog/ml/bayesian/bif/BIFVariable.java index 8fa617cf1..9e699ff64 100644 --- a/src/main/java/org/encog/ml/bayesian/bif/BIFVariable.java +++ b/src/main/java/org/encog/ml/bayesian/bif/BIFVariable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/bif/FileSection.java b/src/main/java/org/encog/ml/bayesian/bif/FileSection.java index 67b5f2c40..fa71e9951 100644 --- a/src/main/java/org/encog/ml/bayesian/bif/FileSection.java +++ b/src/main/java/org/encog/ml/bayesian/bif/FileSection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/parse/ParseProbability.java b/src/main/java/org/encog/ml/bayesian/parse/ParseProbability.java index 6e7d43d11..66ec23302 100644 --- a/src/main/java/org/encog/ml/bayesian/parse/ParseProbability.java +++ b/src/main/java/org/encog/ml/bayesian/parse/ParseProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/parse/ParsedChoice.java b/src/main/java/org/encog/ml/bayesian/parse/ParsedChoice.java index 72246b017..65b221cf8 100644 --- a/src/main/java/org/encog/ml/bayesian/parse/ParsedChoice.java +++ b/src/main/java/org/encog/ml/bayesian/parse/ParsedChoice.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/parse/ParsedEvent.java b/src/main/java/org/encog/ml/bayesian/parse/ParsedEvent.java index 71215e4af..35ba821dc 100644 --- a/src/main/java/org/encog/ml/bayesian/parse/ParsedEvent.java +++ b/src/main/java/org/encog/ml/bayesian/parse/ParsedEvent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/parse/ParsedProbability.java b/src/main/java/org/encog/ml/bayesian/parse/ParsedProbability.java index 4f91d483f..eef44cb01 100644 --- a/src/main/java/org/encog/ml/bayesian/parse/ParsedProbability.java +++ b/src/main/java/org/encog/ml/bayesian/parse/ParsedProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/query/BasicQuery.java b/src/main/java/org/encog/ml/bayesian/query/BasicQuery.java index d5437b147..731c3d190 100644 --- a/src/main/java/org/encog/ml/bayesian/query/BasicQuery.java +++ b/src/main/java/org/encog/ml/bayesian/query/BasicQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/query/BayesianQuery.java b/src/main/java/org/encog/ml/bayesian/query/BayesianQuery.java index e8b094f0a..05f29a4fd 100644 --- a/src/main/java/org/encog/ml/bayesian/query/BayesianQuery.java +++ b/src/main/java/org/encog/ml/bayesian/query/BayesianQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/query/enumerate/EnumerationQuery.java b/src/main/java/org/encog/ml/bayesian/query/enumerate/EnumerationQuery.java index 6f97a44f5..a56f0fe1b 100644 --- a/src/main/java/org/encog/ml/bayesian/query/enumerate/EnumerationQuery.java +++ b/src/main/java/org/encog/ml/bayesian/query/enumerate/EnumerationQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/query/sample/EventState.java b/src/main/java/org/encog/ml/bayesian/query/sample/EventState.java index b34da356a..0a08746a6 100644 --- a/src/main/java/org/encog/ml/bayesian/query/sample/EventState.java +++ b/src/main/java/org/encog/ml/bayesian/query/sample/EventState.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/query/sample/SamplingQuery.java b/src/main/java/org/encog/ml/bayesian/query/sample/SamplingQuery.java index 7755631d8..60844b7c6 100644 --- a/src/main/java/org/encog/ml/bayesian/query/sample/SamplingQuery.java +++ b/src/main/java/org/encog/ml/bayesian/query/sample/SamplingQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/table/BayesianTable.java b/src/main/java/org/encog/ml/bayesian/table/BayesianTable.java index c218576f4..bb1b89086 100644 --- a/src/main/java/org/encog/ml/bayesian/table/BayesianTable.java +++ b/src/main/java/org/encog/ml/bayesian/table/BayesianTable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/table/TableLine.java b/src/main/java/org/encog/ml/bayesian/table/TableLine.java index afde34423..402c69b2b 100644 --- a/src/main/java/org/encog/ml/bayesian/table/TableLine.java +++ b/src/main/java/org/encog/ml/bayesian/table/TableLine.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/BayesianInit.java b/src/main/java/org/encog/ml/bayesian/training/BayesianInit.java index 5c53d6636..cbea17067 100644 --- a/src/main/java/org/encog/ml/bayesian/training/BayesianInit.java +++ b/src/main/java/org/encog/ml/bayesian/training/BayesianInit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/TrainBayesian.java b/src/main/java/org/encog/ml/bayesian/training/TrainBayesian.java index d10db5aeb..2c5aa4b9d 100644 --- a/src/main/java/org/encog/ml/bayesian/training/TrainBayesian.java +++ b/src/main/java/org/encog/ml/bayesian/training/TrainBayesian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/estimator/BayesEstimator.java b/src/main/java/org/encog/ml/bayesian/training/estimator/BayesEstimator.java index cf045e5b9..90b63bb34 100644 --- a/src/main/java/org/encog/ml/bayesian/training/estimator/BayesEstimator.java +++ b/src/main/java/org/encog/ml/bayesian/training/estimator/BayesEstimator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/estimator/EstimatorNone.java b/src/main/java/org/encog/ml/bayesian/training/estimator/EstimatorNone.java index 784ae07e7..2d23d1c10 100644 --- a/src/main/java/org/encog/ml/bayesian/training/estimator/EstimatorNone.java +++ b/src/main/java/org/encog/ml/bayesian/training/estimator/EstimatorNone.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/estimator/SimpleEstimator.java b/src/main/java/org/encog/ml/bayesian/training/estimator/SimpleEstimator.java index 44ddde62b..2e574c1a7 100644 --- a/src/main/java/org/encog/ml/bayesian/training/estimator/SimpleEstimator.java +++ b/src/main/java/org/encog/ml/bayesian/training/estimator/SimpleEstimator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/search/SearchNone.java b/src/main/java/org/encog/ml/bayesian/training/search/SearchNone.java index c759d23a4..651e7d596 100644 --- a/src/main/java/org/encog/ml/bayesian/training/search/SearchNone.java +++ b/src/main/java/org/encog/ml/bayesian/training/search/SearchNone.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/search/k2/BayesSearch.java b/src/main/java/org/encog/ml/bayesian/training/search/k2/BayesSearch.java index 275775a59..a8884f0f2 100644 --- a/src/main/java/org/encog/ml/bayesian/training/search/k2/BayesSearch.java +++ b/src/main/java/org/encog/ml/bayesian/training/search/k2/BayesSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/bayesian/training/search/k2/SearchK2.java b/src/main/java/org/encog/ml/bayesian/training/search/k2/SearchK2.java index bfe04b680..1b8487440 100644 --- a/src/main/java/org/encog/ml/bayesian/training/search/k2/SearchK2.java +++ b/src/main/java/org/encog/ml/bayesian/training/search/k2/SearchK2.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLComplexData.java b/src/main/java/org/encog/ml/data/MLComplexData.java index 35efa13aa..f5d879783 100644 --- a/src/main/java/org/encog/ml/data/MLComplexData.java +++ b/src/main/java/org/encog/ml/data/MLComplexData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLData.java b/src/main/java/org/encog/ml/data/MLData.java index 7ab4512ce..47a227c27 100644 --- a/src/main/java/org/encog/ml/data/MLData.java +++ b/src/main/java/org/encog/ml/data/MLData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLDataError.java b/src/main/java/org/encog/ml/data/MLDataError.java index 06ea7a335..e09dcbb2b 100644 --- a/src/main/java/org/encog/ml/data/MLDataError.java +++ b/src/main/java/org/encog/ml/data/MLDataError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLDataPair.java b/src/main/java/org/encog/ml/data/MLDataPair.java index 3b61e59c7..30b7379bb 100644 --- a/src/main/java/org/encog/ml/data/MLDataPair.java +++ b/src/main/java/org/encog/ml/data/MLDataPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLDataSet.java b/src/main/java/org/encog/ml/data/MLDataSet.java index 8fdebcb2d..10d5392f0 100644 --- a/src/main/java/org/encog/ml/data/MLDataSet.java +++ b/src/main/java/org/encog/ml/data/MLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/MLSequenceSet.java b/src/main/java/org/encog/ml/data/MLSequenceSet.java index 8d5f9de18..6cfe6b785 100644 --- a/src/main/java/org/encog/ml/data/MLSequenceSet.java +++ b/src/main/java/org/encog/ml/data/MLSequenceSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/auto/AutoFloatColumn.java b/src/main/java/org/encog/ml/data/auto/AutoFloatColumn.java index 26964ac0c..d5ae45373 100644 --- a/src/main/java/org/encog/ml/data/auto/AutoFloatColumn.java +++ b/src/main/java/org/encog/ml/data/auto/AutoFloatColumn.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/auto/AutoFloatDataSet.java b/src/main/java/org/encog/ml/data/auto/AutoFloatDataSet.java index 5348d6081..ca0fd6d15 100644 --- a/src/main/java/org/encog/ml/data/auto/AutoFloatDataSet.java +++ b/src/main/java/org/encog/ml/data/auto/AutoFloatDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLComplexData.java b/src/main/java/org/encog/ml/data/basic/BasicMLComplexData.java index d70a3a8c8..b4d2c3bbb 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLComplexData.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLComplexData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLData.java b/src/main/java/org/encog/ml/data/basic/BasicMLData.java index 70b1cc4f7..bf555ce0d 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLData.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLDataCentroid.java b/src/main/java/org/encog/ml/data/basic/BasicMLDataCentroid.java index 24c70de2d..28cbbfab2 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLDataCentroid.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLDataCentroid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLDataPair.java b/src/main/java/org/encog/ml/data/basic/BasicMLDataPair.java index 728128461..607ba0bc7 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLDataPair.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLDataPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLDataPairCentroid.java b/src/main/java/org/encog/ml/data/basic/BasicMLDataPairCentroid.java index 2b03f79c6..240191e30 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLDataPairCentroid.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLDataPairCentroid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLDataSet.java b/src/main/java/org/encog/ml/data/basic/BasicMLDataSet.java index ba79fff42..c0e727bb3 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLDataSet.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java b/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java index 15758cf9b..ee583637a 100644 --- a/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java +++ b/src/main/java/org/encog/ml/data/basic/BasicMLSequenceSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/basic/package-info.java b/src/main/java/org/encog/ml/data/basic/package-info.java index 59732d770..5664ecf5e 100644 --- a/src/main/java/org/encog/ml/data/basic/package-info.java +++ b/src/main/java/org/encog/ml/data/basic/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/BinaryDataLoader.java b/src/main/java/org/encog/ml/data/buffer/BinaryDataLoader.java index 5fef86a5b..03b74da25 100644 --- a/src/main/java/org/encog/ml/data/buffer/BinaryDataLoader.java +++ b/src/main/java/org/encog/ml/data/buffer/BinaryDataLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/BufferedDataError.java b/src/main/java/org/encog/ml/data/buffer/BufferedDataError.java index 926668bab..909067023 100644 --- a/src/main/java/org/encog/ml/data/buffer/BufferedDataError.java +++ b/src/main/java/org/encog/ml/data/buffer/BufferedDataError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/BufferedDataSetIterator.java b/src/main/java/org/encog/ml/data/buffer/BufferedDataSetIterator.java index b6a5d9d29..94bf673e5 100644 --- a/src/main/java/org/encog/ml/data/buffer/BufferedDataSetIterator.java +++ b/src/main/java/org/encog/ml/data/buffer/BufferedDataSetIterator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/BufferedMLDataSet.java b/src/main/java/org/encog/ml/data/buffer/BufferedMLDataSet.java index 224b09c7b..f05f0980a 100644 --- a/src/main/java/org/encog/ml/data/buffer/BufferedMLDataSet.java +++ b/src/main/java/org/encog/ml/data/buffer/BufferedMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/EncogEGBFile.java b/src/main/java/org/encog/ml/data/buffer/EncogEGBFile.java index 2b6f6c778..962ca9c9e 100644 --- a/src/main/java/org/encog/ml/data/buffer/EncogEGBFile.java +++ b/src/main/java/org/encog/ml/data/buffer/EncogEGBFile.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/MemoryDataLoader.java b/src/main/java/org/encog/ml/data/buffer/MemoryDataLoader.java index 409123ef5..e67f26e11 100644 --- a/src/main/java/org/encog/ml/data/buffer/MemoryDataLoader.java +++ b/src/main/java/org/encog/ml/data/buffer/MemoryDataLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/ArrayDataCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/ArrayDataCODEC.java index b9f9207a7..30d37ad75 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/ArrayDataCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/ArrayDataCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/CSVDataCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/CSVDataCODEC.java index 10d88b14b..a18cc8b48 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/CSVDataCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/CSVDataCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/DataSetCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/DataSetCODEC.java index 6f173fc11..53c74db57 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/DataSetCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/DataSetCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/ExcelCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/ExcelCODEC.java index 6f09db362..6e01c5946 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/ExcelCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/ExcelCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/NeuralDataSetCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/NeuralDataSetCODEC.java index f4cf2ddd2..ed21e8bba 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/NeuralDataSetCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/NeuralDataSetCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/SQLCODEC.java b/src/main/java/org/encog/ml/data/buffer/codec/SQLCODEC.java index cf0fe2b65..50b627813 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/SQLCODEC.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/SQLCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/codec/package-info.java b/src/main/java/org/encog/ml/data/buffer/codec/package-info.java index 688360c9a..634c44498 100644 --- a/src/main/java/org/encog/ml/data/buffer/codec/package-info.java +++ b/src/main/java/org/encog/ml/data/buffer/codec/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/buffer/package-info.java b/src/main/java/org/encog/ml/data/buffer/package-info.java index 86210d184..ff5fc6e38 100644 --- a/src/main/java/org/encog/ml/data/buffer/package-info.java +++ b/src/main/java/org/encog/ml/data/buffer/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/cross/DataFold.java b/src/main/java/org/encog/ml/data/cross/DataFold.java index 0d5ab2ca7..1b33c6c51 100644 --- a/src/main/java/org/encog/ml/data/cross/DataFold.java +++ b/src/main/java/org/encog/ml/data/cross/DataFold.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/cross/KFoldCrossvalidation.java b/src/main/java/org/encog/ml/data/cross/KFoldCrossvalidation.java index 895b024f8..3524471b0 100644 --- a/src/main/java/org/encog/ml/data/cross/KFoldCrossvalidation.java +++ b/src/main/java/org/encog/ml/data/cross/KFoldCrossvalidation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/cross/package-info.java b/src/main/java/org/encog/ml/data/cross/package-info.java index b54a1828b..320f7a4ee 100644 --- a/src/main/java/org/encog/ml/data/cross/package-info.java +++ b/src/main/java/org/encog/ml/data/cross/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/folded/FoldedDataSet.java b/src/main/java/org/encog/ml/data/folded/FoldedDataSet.java index a76ad4029..de52a3f2a 100644 --- a/src/main/java/org/encog/ml/data/folded/FoldedDataSet.java +++ b/src/main/java/org/encog/ml/data/folded/FoldedDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/folded/FoldedIterator.java b/src/main/java/org/encog/ml/data/folded/FoldedIterator.java index 423463858..c2e329e40 100644 --- a/src/main/java/org/encog/ml/data/folded/FoldedIterator.java +++ b/src/main/java/org/encog/ml/data/folded/FoldedIterator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/folded/package-info.java b/src/main/java/org/encog/ml/data/folded/package-info.java index 61f7eb33c..03c46b4d9 100644 --- a/src/main/java/org/encog/ml/data/folded/package-info.java +++ b/src/main/java/org/encog/ml/data/folded/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/MarketDataDescription.java b/src/main/java/org/encog/ml/data/market/MarketDataDescription.java index 8b751f815..1a35bf96e 100644 --- a/src/main/java/org/encog/ml/data/market/MarketDataDescription.java +++ b/src/main/java/org/encog/ml/data/market/MarketDataDescription.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/MarketDataType.java b/src/main/java/org/encog/ml/data/market/MarketDataType.java index e86eb94c5..83350dab6 100644 --- a/src/main/java/org/encog/ml/data/market/MarketDataType.java +++ b/src/main/java/org/encog/ml/data/market/MarketDataType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/MarketError.java b/src/main/java/org/encog/ml/data/market/MarketError.java index b193fb6b2..e2c51bedb 100644 --- a/src/main/java/org/encog/ml/data/market/MarketError.java +++ b/src/main/java/org/encog/ml/data/market/MarketError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/MarketMLDataSet.java b/src/main/java/org/encog/ml/data/market/MarketMLDataSet.java index 2fc7e5c25..da96a3703 100644 --- a/src/main/java/org/encog/ml/data/market/MarketMLDataSet.java +++ b/src/main/java/org/encog/ml/data/market/MarketMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/MarketPoint.java b/src/main/java/org/encog/ml/data/market/MarketPoint.java index 83efe263d..df85de78a 100644 --- a/src/main/java/org/encog/ml/data/market/MarketPoint.java +++ b/src/main/java/org/encog/ml/data/market/MarketPoint.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/TickerSymbol.java b/src/main/java/org/encog/ml/data/market/TickerSymbol.java index c75e45439..01d4a0090 100644 --- a/src/main/java/org/encog/ml/data/market/TickerSymbol.java +++ b/src/main/java/org/encog/ml/data/market/TickerSymbol.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/loader/LoadedMarketData.java b/src/main/java/org/encog/ml/data/market/loader/LoadedMarketData.java index 2a46e9f5a..e295539f4 100644 --- a/src/main/java/org/encog/ml/data/market/loader/LoadedMarketData.java +++ b/src/main/java/org/encog/ml/data/market/loader/LoadedMarketData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/loader/LoaderError.java b/src/main/java/org/encog/ml/data/market/loader/LoaderError.java index eba0c811e..5fc85a07c 100644 --- a/src/main/java/org/encog/ml/data/market/loader/LoaderError.java +++ b/src/main/java/org/encog/ml/data/market/loader/LoaderError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/loader/MarketLoader.java b/src/main/java/org/encog/ml/data/market/loader/MarketLoader.java index 585c43df7..ee527a3aa 100644 --- a/src/main/java/org/encog/ml/data/market/loader/MarketLoader.java +++ b/src/main/java/org/encog/ml/data/market/loader/MarketLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/market/loader/YahooFinanceLoader.java b/src/main/java/org/encog/ml/data/market/loader/YahooFinanceLoader.java index 545048cc6..1f34b49cf 100644 --- a/src/main/java/org/encog/ml/data/market/loader/YahooFinanceLoader.java +++ b/src/main/java/org/encog/ml/data/market/loader/YahooFinanceLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/package-info.java b/src/main/java/org/encog/ml/data/package-info.java index 7654e8ad9..d9d7cb7e4 100644 --- a/src/main/java/org/encog/ml/data/package-info.java +++ b/src/main/java/org/encog/ml/data/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/sparse/SparseMLData.java b/src/main/java/org/encog/ml/data/sparse/SparseMLData.java index b49667b29..df2352512 100644 --- a/src/main/java/org/encog/ml/data/sparse/SparseMLData.java +++ b/src/main/java/org/encog/ml/data/sparse/SparseMLData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/specific/BiPolarNeuralData.java b/src/main/java/org/encog/ml/data/specific/BiPolarNeuralData.java index f5416e651..c037488e7 100644 --- a/src/main/java/org/encog/ml/data/specific/BiPolarNeuralData.java +++ b/src/main/java/org/encog/ml/data/specific/BiPolarNeuralData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/specific/CSVNeuralDataSet.java b/src/main/java/org/encog/ml/data/specific/CSVNeuralDataSet.java index a6b2b5dad..11b21193d 100644 --- a/src/main/java/org/encog/ml/data/specific/CSVNeuralDataSet.java +++ b/src/main/java/org/encog/ml/data/specific/CSVNeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/specific/package-info.java b/src/main/java/org/encog/ml/data/specific/package-info.java index e142f50da..53471eb56 100644 --- a/src/main/java/org/encog/ml/data/specific/package-info.java +++ b/src/main/java/org/encog/ml/data/specific/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/temporal/TemporalDataDescription.java b/src/main/java/org/encog/ml/data/temporal/TemporalDataDescription.java index 8660fec97..66bc16e6f 100644 --- a/src/main/java/org/encog/ml/data/temporal/TemporalDataDescription.java +++ b/src/main/java/org/encog/ml/data/temporal/TemporalDataDescription.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/temporal/TemporalError.java b/src/main/java/org/encog/ml/data/temporal/TemporalError.java index 4bb248fe5..d8c304995 100644 --- a/src/main/java/org/encog/ml/data/temporal/TemporalError.java +++ b/src/main/java/org/encog/ml/data/temporal/TemporalError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/temporal/TemporalMLDataSet.java b/src/main/java/org/encog/ml/data/temporal/TemporalMLDataSet.java index 17a6a3a53..a70faf650 100644 --- a/src/main/java/org/encog/ml/data/temporal/TemporalMLDataSet.java +++ b/src/main/java/org/encog/ml/data/temporal/TemporalMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/temporal/TemporalPoint.java b/src/main/java/org/encog/ml/data/temporal/TemporalPoint.java index cf855eff8..76530abec 100644 --- a/src/main/java/org/encog/ml/data/temporal/TemporalPoint.java +++ b/src/main/java/org/encog/ml/data/temporal/TemporalPoint.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/MatrixMLDataSet.java b/src/main/java/org/encog/ml/data/versatile/MatrixMLDataSet.java index e9f76742f..fab5a75fc 100644 --- a/src/main/java/org/encog/ml/data/versatile/MatrixMLDataSet.java +++ b/src/main/java/org/encog/ml/data/versatile/MatrixMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/NormalizationHelper.java b/src/main/java/org/encog/ml/data/versatile/NormalizationHelper.java index 8865014a2..a2d1c2cb0 100644 --- a/src/main/java/org/encog/ml/data/versatile/NormalizationHelper.java +++ b/src/main/java/org/encog/ml/data/versatile/NormalizationHelper.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/VersatileMLDataSet.java b/src/main/java/org/encog/ml/data/versatile/VersatileMLDataSet.java index 5ec148d93..5d54a3c18 100644 --- a/src/main/java/org/encog/ml/data/versatile/VersatileMLDataSet.java +++ b/src/main/java/org/encog/ml/data/versatile/VersatileMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/columns/ColumnDefinition.java b/src/main/java/org/encog/ml/data/versatile/columns/ColumnDefinition.java index 4f69c5487..98df3be2e 100644 --- a/src/main/java/org/encog/ml/data/versatile/columns/ColumnDefinition.java +++ b/src/main/java/org/encog/ml/data/versatile/columns/ColumnDefinition.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/columns/ColumnType.java b/src/main/java/org/encog/ml/data/versatile/columns/ColumnType.java index 0734877ce..71542c83e 100644 --- a/src/main/java/org/encog/ml/data/versatile/columns/ColumnType.java +++ b/src/main/java/org/encog/ml/data/versatile/columns/ColumnType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/columns/package-info.java b/src/main/java/org/encog/ml/data/versatile/columns/package-info.java index 886ee32e9..b26d28ff6 100644 --- a/src/main/java/org/encog/ml/data/versatile/columns/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/columns/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/division/DataDivision.java b/src/main/java/org/encog/ml/data/versatile/division/DataDivision.java index 9bff9332c..cce940ec8 100644 --- a/src/main/java/org/encog/ml/data/versatile/division/DataDivision.java +++ b/src/main/java/org/encog/ml/data/versatile/division/DataDivision.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/division/PerformDataDivision.java b/src/main/java/org/encog/ml/data/versatile/division/PerformDataDivision.java index 228c9f00a..e5bdbee62 100644 --- a/src/main/java/org/encog/ml/data/versatile/division/PerformDataDivision.java +++ b/src/main/java/org/encog/ml/data/versatile/division/PerformDataDivision.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/division/package-info.java b/src/main/java/org/encog/ml/data/versatile/division/package-info.java index d559b675e..3267c32e1 100644 --- a/src/main/java/org/encog/ml/data/versatile/division/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/division/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/missing/MeanMissingHandler.java b/src/main/java/org/encog/ml/data/versatile/missing/MeanMissingHandler.java index 4c914bb01..71b0856db 100644 --- a/src/main/java/org/encog/ml/data/versatile/missing/MeanMissingHandler.java +++ b/src/main/java/org/encog/ml/data/versatile/missing/MeanMissingHandler.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/missing/MissingHandler.java b/src/main/java/org/encog/ml/data/versatile/missing/MissingHandler.java index bf4e58c6d..856209a49 100644 --- a/src/main/java/org/encog/ml/data/versatile/missing/MissingHandler.java +++ b/src/main/java/org/encog/ml/data/versatile/missing/MissingHandler.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/missing/package-info.java b/src/main/java/org/encog/ml/data/versatile/missing/package-info.java index c98bbb0f5..3e0e5333c 100644 --- a/src/main/java/org/encog/ml/data/versatile/missing/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/missing/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/IndexedNormalizer.java b/src/main/java/org/encog/ml/data/versatile/normalizers/IndexedNormalizer.java index 4cac0cc22..b2b62bfae 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/IndexedNormalizer.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/IndexedNormalizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/Normalizer.java b/src/main/java/org/encog/ml/data/versatile/normalizers/Normalizer.java index 31e6c0fe9..2829f4d4b 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/Normalizer.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/Normalizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/OneOfNNormalizer.java b/src/main/java/org/encog/ml/data/versatile/normalizers/OneOfNNormalizer.java index 977c7536b..b3f780daf 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/OneOfNNormalizer.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/OneOfNNormalizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/PassThroughNormalizer.java b/src/main/java/org/encog/ml/data/versatile/normalizers/PassThroughNormalizer.java index 49dfc62b1..f6f2cf793 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/PassThroughNormalizer.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/PassThroughNormalizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/RangeNormalizer.java b/src/main/java/org/encog/ml/data/versatile/normalizers/RangeNormalizer.java index 20676b890..f2d42dba9 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/RangeNormalizer.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/RangeNormalizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/RangeOrdinal.java b/src/main/java/org/encog/ml/data/versatile/normalizers/RangeOrdinal.java index 536b2d2b3..9ee3d8713 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/RangeOrdinal.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/RangeOrdinal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/package-info.java b/src/main/java/org/encog/ml/data/versatile/normalizers/package-info.java index 737f6f55f..42d9ff7e4 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/BasicNormalizationStrategy.java b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/BasicNormalizationStrategy.java index 932134ec7..9b46dfc91 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/BasicNormalizationStrategy.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/BasicNormalizationStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/NormalizationStrategy.java b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/NormalizationStrategy.java index 75126cd03..02e55a5c6 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/NormalizationStrategy.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/NormalizationStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/package-info.java b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/package-info.java index 88d70e790..266d55274 100644 --- a/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/normalizers/strategies/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/package-info.java b/src/main/java/org/encog/ml/data/versatile/package-info.java index d817a834d..bb51bbf16 100644 --- a/src/main/java/org/encog/ml/data/versatile/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/sources/CSVDataSource.java b/src/main/java/org/encog/ml/data/versatile/sources/CSVDataSource.java index 1a1cfc537..6c87b8ea2 100644 --- a/src/main/java/org/encog/ml/data/versatile/sources/CSVDataSource.java +++ b/src/main/java/org/encog/ml/data/versatile/sources/CSVDataSource.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/sources/VersatileDataSource.java b/src/main/java/org/encog/ml/data/versatile/sources/VersatileDataSource.java index 0e77225d6..1e273e730 100644 --- a/src/main/java/org/encog/ml/data/versatile/sources/VersatileDataSource.java +++ b/src/main/java/org/encog/ml/data/versatile/sources/VersatileDataSource.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/data/versatile/sources/package-info.java b/src/main/java/org/encog/ml/data/versatile/sources/package-info.java index 863c4c512..9ce795363 100644 --- a/src/main/java/org/encog/ml/data/versatile/sources/package-info.java +++ b/src/main/java/org/encog/ml/data/versatile/sources/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/codec/GeneticCODEC.java b/src/main/java/org/encog/ml/ea/codec/GeneticCODEC.java index 894ae0eed..d317e550e 100644 --- a/src/main/java/org/encog/ml/ea/codec/GeneticCODEC.java +++ b/src/main/java/org/encog/ml/ea/codec/GeneticCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/codec/GenomeAsPhenomeCODEC.java b/src/main/java/org/encog/ml/ea/codec/GenomeAsPhenomeCODEC.java index 6ee46f9c6..84d6d7fcc 100644 --- a/src/main/java/org/encog/ml/ea/codec/GenomeAsPhenomeCODEC.java +++ b/src/main/java/org/encog/ml/ea/codec/GenomeAsPhenomeCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/exception/EACompileError.java b/src/main/java/org/encog/ml/ea/exception/EACompileError.java index 8205b1df8..26fbbbbfe 100644 --- a/src/main/java/org/encog/ml/ea/exception/EACompileError.java +++ b/src/main/java/org/encog/ml/ea/exception/EACompileError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/exception/EAError.java b/src/main/java/org/encog/ml/ea/exception/EAError.java index 9f75a4013..52a7ab1d9 100644 --- a/src/main/java/org/encog/ml/ea/exception/EAError.java +++ b/src/main/java/org/encog/ml/ea/exception/EAError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/exception/EARuntimeError.java b/src/main/java/org/encog/ml/ea/exception/EARuntimeError.java index 75c59d8bc..a9098210a 100644 --- a/src/main/java/org/encog/ml/ea/exception/EARuntimeError.java +++ b/src/main/java/org/encog/ml/ea/exception/EARuntimeError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/genome/BasicGenome.java b/src/main/java/org/encog/ml/ea/genome/BasicGenome.java index 7f7b62c17..4db207d1d 100644 --- a/src/main/java/org/encog/ml/ea/genome/BasicGenome.java +++ b/src/main/java/org/encog/ml/ea/genome/BasicGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/genome/Genome.java b/src/main/java/org/encog/ml/ea/genome/Genome.java index 5ecb0cbdf..5f29bef6a 100644 --- a/src/main/java/org/encog/ml/ea/genome/Genome.java +++ b/src/main/java/org/encog/ml/ea/genome/Genome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/genome/GenomeFactory.java b/src/main/java/org/encog/ml/ea/genome/GenomeFactory.java index 5e870afa9..90a2ae56d 100644 --- a/src/main/java/org/encog/ml/ea/genome/GenomeFactory.java +++ b/src/main/java/org/encog/ml/ea/genome/GenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/CompoundOperator.java b/src/main/java/org/encog/ml/ea/opp/CompoundOperator.java index d4353e340..435dda596 100644 --- a/src/main/java/org/encog/ml/ea/opp/CompoundOperator.java +++ b/src/main/java/org/encog/ml/ea/opp/CompoundOperator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/EvolutionaryOperator.java b/src/main/java/org/encog/ml/ea/opp/EvolutionaryOperator.java index 4a0eb44fd..5dc183b33 100644 --- a/src/main/java/org/encog/ml/ea/opp/EvolutionaryOperator.java +++ b/src/main/java/org/encog/ml/ea/opp/EvolutionaryOperator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/OperationList.java b/src/main/java/org/encog/ml/ea/opp/OperationList.java index f0082add2..a6b92a31d 100644 --- a/src/main/java/org/encog/ml/ea/opp/OperationList.java +++ b/src/main/java/org/encog/ml/ea/opp/OperationList.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/selection/SelectionOperator.java b/src/main/java/org/encog/ml/ea/opp/selection/SelectionOperator.java index ae418ff88..c5798097e 100644 --- a/src/main/java/org/encog/ml/ea/opp/selection/SelectionOperator.java +++ b/src/main/java/org/encog/ml/ea/opp/selection/SelectionOperator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/selection/TournamentSelection.java b/src/main/java/org/encog/ml/ea/opp/selection/TournamentSelection.java index 2b9f361fa..2dee263d3 100644 --- a/src/main/java/org/encog/ml/ea/opp/selection/TournamentSelection.java +++ b/src/main/java/org/encog/ml/ea/opp/selection/TournamentSelection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/opp/selection/TruncationSelection.java b/src/main/java/org/encog/ml/ea/opp/selection/TruncationSelection.java index 9295b5f46..602bec08a 100644 --- a/src/main/java/org/encog/ml/ea/opp/selection/TruncationSelection.java +++ b/src/main/java/org/encog/ml/ea/opp/selection/TruncationSelection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/population/BasicPopulation.java b/src/main/java/org/encog/ml/ea/population/BasicPopulation.java index 9657628f0..104c456d9 100644 --- a/src/main/java/org/encog/ml/ea/population/BasicPopulation.java +++ b/src/main/java/org/encog/ml/ea/population/BasicPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/population/Population.java b/src/main/java/org/encog/ml/ea/population/Population.java index 2a0254618..ed4194c72 100644 --- a/src/main/java/org/encog/ml/ea/population/Population.java +++ b/src/main/java/org/encog/ml/ea/population/Population.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/population/PopulationGenerator.java b/src/main/java/org/encog/ml/ea/population/PopulationGenerator.java index a73958db3..852039901 100644 --- a/src/main/java/org/encog/ml/ea/population/PopulationGenerator.java +++ b/src/main/java/org/encog/ml/ea/population/PopulationGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/population/package-info.java b/src/main/java/org/encog/ml/ea/population/package-info.java index 51dad1373..c89106569 100644 --- a/src/main/java/org/encog/ml/ea/population/package-info.java +++ b/src/main/java/org/encog/ml/ea/population/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/rules/BasicRuleHolder.java b/src/main/java/org/encog/ml/ea/rules/BasicRuleHolder.java index d1b5f6412..240d16506 100644 --- a/src/main/java/org/encog/ml/ea/rules/BasicRuleHolder.java +++ b/src/main/java/org/encog/ml/ea/rules/BasicRuleHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/rules/ConstraintRule.java b/src/main/java/org/encog/ml/ea/rules/ConstraintRule.java index 0ebf40a5c..658df9826 100644 --- a/src/main/java/org/encog/ml/ea/rules/ConstraintRule.java +++ b/src/main/java/org/encog/ml/ea/rules/ConstraintRule.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/rules/RewriteRule.java b/src/main/java/org/encog/ml/ea/rules/RewriteRule.java index 54adff2fe..ac07954b1 100644 --- a/src/main/java/org/encog/ml/ea/rules/RewriteRule.java +++ b/src/main/java/org/encog/ml/ea/rules/RewriteRule.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/rules/RuleHolder.java b/src/main/java/org/encog/ml/ea/rules/RuleHolder.java index 5d5e91387..e921239bb 100644 --- a/src/main/java/org/encog/ml/ea/rules/RuleHolder.java +++ b/src/main/java/org/encog/ml/ea/rules/RuleHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/score/AdjustScore.java b/src/main/java/org/encog/ml/ea/score/AdjustScore.java index 26d24f6c0..e257958e2 100644 --- a/src/main/java/org/encog/ml/ea/score/AdjustScore.java +++ b/src/main/java/org/encog/ml/ea/score/AdjustScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/score/EmptyScoreFunction.java b/src/main/java/org/encog/ml/ea/score/EmptyScoreFunction.java index 7df1e182e..788e0a51a 100644 --- a/src/main/java/org/encog/ml/ea/score/EmptyScoreFunction.java +++ b/src/main/java/org/encog/ml/ea/score/EmptyScoreFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/score/adjust/ComplexityAdjustedScore.java b/src/main/java/org/encog/ml/ea/score/adjust/ComplexityAdjustedScore.java index 05da79782..dc37634ce 100644 --- a/src/main/java/org/encog/ml/ea/score/adjust/ComplexityAdjustedScore.java +++ b/src/main/java/org/encog/ml/ea/score/adjust/ComplexityAdjustedScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/score/parallel/ParallelScore.java b/src/main/java/org/encog/ml/ea/score/parallel/ParallelScore.java index 4f45eafb9..ac221fcaf 100644 --- a/src/main/java/org/encog/ml/ea/score/parallel/ParallelScore.java +++ b/src/main/java/org/encog/ml/ea/score/parallel/ParallelScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/score/parallel/ParallelScoreTask.java b/src/main/java/org/encog/ml/ea/score/parallel/ParallelScoreTask.java index 74c6c87ac..db05c6228 100644 --- a/src/main/java/org/encog/ml/ea/score/parallel/ParallelScoreTask.java +++ b/src/main/java/org/encog/ml/ea/score/parallel/ParallelScoreTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/AbstractGenomeComparator.java b/src/main/java/org/encog/ml/ea/sort/AbstractGenomeComparator.java index 717279059..bd4ac2706 100644 --- a/src/main/java/org/encog/ml/ea/sort/AbstractGenomeComparator.java +++ b/src/main/java/org/encog/ml/ea/sort/AbstractGenomeComparator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/GenomeComparator.java b/src/main/java/org/encog/ml/ea/sort/GenomeComparator.java index 689df9435..58b39f336 100644 --- a/src/main/java/org/encog/ml/ea/sort/GenomeComparator.java +++ b/src/main/java/org/encog/ml/ea/sort/GenomeComparator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/MaximizeAdjustedScoreComp.java b/src/main/java/org/encog/ml/ea/sort/MaximizeAdjustedScoreComp.java index 480f28a23..d738ca369 100644 --- a/src/main/java/org/encog/ml/ea/sort/MaximizeAdjustedScoreComp.java +++ b/src/main/java/org/encog/ml/ea/sort/MaximizeAdjustedScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/MaximizeScoreComp.java b/src/main/java/org/encog/ml/ea/sort/MaximizeScoreComp.java index 88e71a78d..e7a9f3774 100644 --- a/src/main/java/org/encog/ml/ea/sort/MaximizeScoreComp.java +++ b/src/main/java/org/encog/ml/ea/sort/MaximizeScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/MinimizeAdjustedScoreComp.java b/src/main/java/org/encog/ml/ea/sort/MinimizeAdjustedScoreComp.java index 094ff0ddf..2a8ab114d 100644 --- a/src/main/java/org/encog/ml/ea/sort/MinimizeAdjustedScoreComp.java +++ b/src/main/java/org/encog/ml/ea/sort/MinimizeAdjustedScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/MinimizeScoreComp.java b/src/main/java/org/encog/ml/ea/sort/MinimizeScoreComp.java index ef9dda662..cec9ec522 100644 --- a/src/main/java/org/encog/ml/ea/sort/MinimizeScoreComp.java +++ b/src/main/java/org/encog/ml/ea/sort/MinimizeScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/SortGenomesForSpecies.java b/src/main/java/org/encog/ml/ea/sort/SortGenomesForSpecies.java index a3cd8e66d..2e41d389f 100644 --- a/src/main/java/org/encog/ml/ea/sort/SortGenomesForSpecies.java +++ b/src/main/java/org/encog/ml/ea/sort/SortGenomesForSpecies.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/sort/SpeciesComparator.java b/src/main/java/org/encog/ml/ea/sort/SpeciesComparator.java index 078919b2b..96c0defd7 100644 --- a/src/main/java/org/encog/ml/ea/sort/SpeciesComparator.java +++ b/src/main/java/org/encog/ml/ea/sort/SpeciesComparator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/species/BasicSpecies.java b/src/main/java/org/encog/ml/ea/species/BasicSpecies.java index d43df4208..3537dc4de 100644 --- a/src/main/java/org/encog/ml/ea/species/BasicSpecies.java +++ b/src/main/java/org/encog/ml/ea/species/BasicSpecies.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/species/SingleSpeciation.java b/src/main/java/org/encog/ml/ea/species/SingleSpeciation.java index 189103e10..a94a7de10 100644 --- a/src/main/java/org/encog/ml/ea/species/SingleSpeciation.java +++ b/src/main/java/org/encog/ml/ea/species/SingleSpeciation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/species/Speciation.java b/src/main/java/org/encog/ml/ea/species/Speciation.java index f708faceb..08334bf5f 100644 --- a/src/main/java/org/encog/ml/ea/species/Speciation.java +++ b/src/main/java/org/encog/ml/ea/species/Speciation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/species/Species.java b/src/main/java/org/encog/ml/ea/species/Species.java index c7a1742ce..b4ef4fc37 100644 --- a/src/main/java/org/encog/ml/ea/species/Species.java +++ b/src/main/java/org/encog/ml/ea/species/Species.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/species/ThresholdSpeciation.java b/src/main/java/org/encog/ml/ea/species/ThresholdSpeciation.java index 95794a3bd..5e0535518 100644 --- a/src/main/java/org/encog/ml/ea/species/ThresholdSpeciation.java +++ b/src/main/java/org/encog/ml/ea/species/ThresholdSpeciation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/train/EvolutionaryAlgorithm.java b/src/main/java/org/encog/ml/ea/train/EvolutionaryAlgorithm.java index dc2d37e97..ca454651b 100644 --- a/src/main/java/org/encog/ml/ea/train/EvolutionaryAlgorithm.java +++ b/src/main/java/org/encog/ml/ea/train/EvolutionaryAlgorithm.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/train/basic/BasicEA.java b/src/main/java/org/encog/ml/ea/train/basic/BasicEA.java index 28c60bbb3..82ab1d310 100644 --- a/src/main/java/org/encog/ml/ea/train/basic/BasicEA.java +++ b/src/main/java/org/encog/ml/ea/train/basic/BasicEA.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/train/basic/EAWorker.java b/src/main/java/org/encog/ml/ea/train/basic/EAWorker.java index f05f06a99..2ff7c6542 100644 --- a/src/main/java/org/encog/ml/ea/train/basic/EAWorker.java +++ b/src/main/java/org/encog/ml/ea/train/basic/EAWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/ea/train/basic/TrainEA.java b/src/main/java/org/encog/ml/ea/train/basic/TrainEA.java index eda18458b..2230d8de7 100644 --- a/src/main/java/org/encog/ml/ea/train/basic/TrainEA.java +++ b/src/main/java/org/encog/ml/ea/train/basic/TrainEA.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/MLActivationFactory.java b/src/main/java/org/encog/ml/factory/MLActivationFactory.java index f5a7350b9..01167ad20 100644 --- a/src/main/java/org/encog/ml/factory/MLActivationFactory.java +++ b/src/main/java/org/encog/ml/factory/MLActivationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/MLMethodFactory.java b/src/main/java/org/encog/ml/factory/MLMethodFactory.java index 0fa5d6488..b311c0db2 100644 --- a/src/main/java/org/encog/ml/factory/MLMethodFactory.java +++ b/src/main/java/org/encog/ml/factory/MLMethodFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/MLTrainFactory.java b/src/main/java/org/encog/ml/factory/MLTrainFactory.java index d296a4bba..561e796cf 100644 --- a/src/main/java/org/encog/ml/factory/MLTrainFactory.java +++ b/src/main/java/org/encog/ml/factory/MLTrainFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/BayesianFactory.java b/src/main/java/org/encog/ml/factory/method/BayesianFactory.java index 4c1d18202..24c69ed61 100644 --- a/src/main/java/org/encog/ml/factory/method/BayesianFactory.java +++ b/src/main/java/org/encog/ml/factory/method/BayesianFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/EPLFactory.java b/src/main/java/org/encog/ml/factory/method/EPLFactory.java index a2408b90e..2bd23ecae 100644 --- a/src/main/java/org/encog/ml/factory/method/EPLFactory.java +++ b/src/main/java/org/encog/ml/factory/method/EPLFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/FeedforwardFactory.java b/src/main/java/org/encog/ml/factory/method/FeedforwardFactory.java index 76ff85778..cf1a1632c 100644 --- a/src/main/java/org/encog/ml/factory/method/FeedforwardFactory.java +++ b/src/main/java/org/encog/ml/factory/method/FeedforwardFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/NEATFactory.java b/src/main/java/org/encog/ml/factory/method/NEATFactory.java index 5e57ba5f1..4675eb357 100644 --- a/src/main/java/org/encog/ml/factory/method/NEATFactory.java +++ b/src/main/java/org/encog/ml/factory/method/NEATFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/PNNFactory.java b/src/main/java/org/encog/ml/factory/method/PNNFactory.java index 06b9a0767..6fa575d13 100644 --- a/src/main/java/org/encog/ml/factory/method/PNNFactory.java +++ b/src/main/java/org/encog/ml/factory/method/PNNFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/RBFNetworkFactory.java b/src/main/java/org/encog/ml/factory/method/RBFNetworkFactory.java index e613fbfa7..7975cdd06 100644 --- a/src/main/java/org/encog/ml/factory/method/RBFNetworkFactory.java +++ b/src/main/java/org/encog/ml/factory/method/RBFNetworkFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/SOMFactory.java b/src/main/java/org/encog/ml/factory/method/SOMFactory.java index a1b2cdb43..dc52467f1 100644 --- a/src/main/java/org/encog/ml/factory/method/SOMFactory.java +++ b/src/main/java/org/encog/ml/factory/method/SOMFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/SRNFactory.java b/src/main/java/org/encog/ml/factory/method/SRNFactory.java index 03b631271..e012a4419 100644 --- a/src/main/java/org/encog/ml/factory/method/SRNFactory.java +++ b/src/main/java/org/encog/ml/factory/method/SRNFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/SVMFactory.java b/src/main/java/org/encog/ml/factory/method/SVMFactory.java index 396a08e54..c7c142f52 100644 --- a/src/main/java/org/encog/ml/factory/method/SVMFactory.java +++ b/src/main/java/org/encog/ml/factory/method/SVMFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/method/package-info.java b/src/main/java/org/encog/ml/factory/method/package-info.java index 1e3a5b3ab..f8fe5de23 100644 --- a/src/main/java/org/encog/ml/factory/method/package-info.java +++ b/src/main/java/org/encog/ml/factory/method/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/package-info.java b/src/main/java/org/encog/ml/factory/package-info.java index fe9525688..8514a8785 100644 --- a/src/main/java/org/encog/ml/factory/package-info.java +++ b/src/main/java/org/encog/ml/factory/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/parse/ArchitectureLayer.java b/src/main/java/org/encog/ml/factory/parse/ArchitectureLayer.java index 159038237..479c59da3 100644 --- a/src/main/java/org/encog/ml/factory/parse/ArchitectureLayer.java +++ b/src/main/java/org/encog/ml/factory/parse/ArchitectureLayer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/parse/ArchitectureParse.java b/src/main/java/org/encog/ml/factory/parse/ArchitectureParse.java index 7347e40f0..f0384e84f 100644 --- a/src/main/java/org/encog/ml/factory/parse/ArchitectureParse.java +++ b/src/main/java/org/encog/ml/factory/parse/ArchitectureParse.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/parse/package-info.java b/src/main/java/org/encog/ml/factory/parse/package-info.java index a9fc8a7a2..c4344e0b7 100644 --- a/src/main/java/org/encog/ml/factory/parse/package-info.java +++ b/src/main/java/org/encog/ml/factory/parse/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/AnnealFactory.java b/src/main/java/org/encog/ml/factory/train/AnnealFactory.java index d563f0785..3fe7aa7ec 100644 --- a/src/main/java/org/encog/ml/factory/train/AnnealFactory.java +++ b/src/main/java/org/encog/ml/factory/train/AnnealFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/BackPropFactory.java b/src/main/java/org/encog/ml/factory/train/BackPropFactory.java index 2b4e5f1f8..99f85b256 100644 --- a/src/main/java/org/encog/ml/factory/train/BackPropFactory.java +++ b/src/main/java/org/encog/ml/factory/train/BackPropFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/ClusterSOMFactory.java b/src/main/java/org/encog/ml/factory/train/ClusterSOMFactory.java index 5416e42d7..564b5d86c 100644 --- a/src/main/java/org/encog/ml/factory/train/ClusterSOMFactory.java +++ b/src/main/java/org/encog/ml/factory/train/ClusterSOMFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/EPLGAFactory.java b/src/main/java/org/encog/ml/factory/train/EPLGAFactory.java index 52a7d5793..e38854a5f 100644 --- a/src/main/java/org/encog/ml/factory/train/EPLGAFactory.java +++ b/src/main/java/org/encog/ml/factory/train/EPLGAFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/GeneticFactory.java b/src/main/java/org/encog/ml/factory/train/GeneticFactory.java index c79943f28..6d0101397 100644 --- a/src/main/java/org/encog/ml/factory/train/GeneticFactory.java +++ b/src/main/java/org/encog/ml/factory/train/GeneticFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/LMAFactory.java b/src/main/java/org/encog/ml/factory/train/LMAFactory.java index 548a65476..3ba54d166 100644 --- a/src/main/java/org/encog/ml/factory/train/LMAFactory.java +++ b/src/main/java/org/encog/ml/factory/train/LMAFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/ManhattanFactory.java b/src/main/java/org/encog/ml/factory/train/ManhattanFactory.java index 4c816e5d0..f68313d1e 100644 --- a/src/main/java/org/encog/ml/factory/train/ManhattanFactory.java +++ b/src/main/java/org/encog/ml/factory/train/ManhattanFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/NEATGAFactory.java b/src/main/java/org/encog/ml/factory/train/NEATGAFactory.java index 4eba4f9f1..7342073c8 100644 --- a/src/main/java/org/encog/ml/factory/train/NEATGAFactory.java +++ b/src/main/java/org/encog/ml/factory/train/NEATGAFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/NeighborhoodSOMFactory.java b/src/main/java/org/encog/ml/factory/train/NeighborhoodSOMFactory.java index 0332ad942..074b56b1b 100644 --- a/src/main/java/org/encog/ml/factory/train/NeighborhoodSOMFactory.java +++ b/src/main/java/org/encog/ml/factory/train/NeighborhoodSOMFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/NelderMeadFactory.java b/src/main/java/org/encog/ml/factory/train/NelderMeadFactory.java index f6db3ffad..11383dcf5 100644 --- a/src/main/java/org/encog/ml/factory/train/NelderMeadFactory.java +++ b/src/main/java/org/encog/ml/factory/train/NelderMeadFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java b/src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java index fd57d261d..16edd4e54 100644 --- a/src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java +++ b/src/main/java/org/encog/ml/factory/train/PNNTrainFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/PSOFactory.java b/src/main/java/org/encog/ml/factory/train/PSOFactory.java index 559d3e41c..fb6991e3c 100644 --- a/src/main/java/org/encog/ml/factory/train/PSOFactory.java +++ b/src/main/java/org/encog/ml/factory/train/PSOFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/QuickPropFactory.java b/src/main/java/org/encog/ml/factory/train/QuickPropFactory.java index 9406f9532..4b6f2ed04 100644 --- a/src/main/java/org/encog/ml/factory/train/QuickPropFactory.java +++ b/src/main/java/org/encog/ml/factory/train/QuickPropFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/RBFSVDFactory.java b/src/main/java/org/encog/ml/factory/train/RBFSVDFactory.java index c7d47fee1..8c754cffb 100644 --- a/src/main/java/org/encog/ml/factory/train/RBFSVDFactory.java +++ b/src/main/java/org/encog/ml/factory/train/RBFSVDFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/RPROPFactory.java b/src/main/java/org/encog/ml/factory/train/RPROPFactory.java index 92b90b8bd..b998eecd3 100644 --- a/src/main/java/org/encog/ml/factory/train/RPROPFactory.java +++ b/src/main/java/org/encog/ml/factory/train/RPROPFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/SCGFactory.java b/src/main/java/org/encog/ml/factory/train/SCGFactory.java index 6ef4366e0..39d761af3 100644 --- a/src/main/java/org/encog/ml/factory/train/SCGFactory.java +++ b/src/main/java/org/encog/ml/factory/train/SCGFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/SVMFactory.java b/src/main/java/org/encog/ml/factory/train/SVMFactory.java index 9027b0029..c58fe6e6b 100644 --- a/src/main/java/org/encog/ml/factory/train/SVMFactory.java +++ b/src/main/java/org/encog/ml/factory/train/SVMFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/SVMSearchFactory.java b/src/main/java/org/encog/ml/factory/train/SVMSearchFactory.java index 9f886cc82..27a9cffd1 100644 --- a/src/main/java/org/encog/ml/factory/train/SVMSearchFactory.java +++ b/src/main/java/org/encog/ml/factory/train/SVMSearchFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/TrainBayesianFactory.java b/src/main/java/org/encog/ml/factory/train/TrainBayesianFactory.java index 348b1a1b2..d21670304 100644 --- a/src/main/java/org/encog/ml/factory/train/TrainBayesianFactory.java +++ b/src/main/java/org/encog/ml/factory/train/TrainBayesianFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/factory/train/package-info.java b/src/main/java/org/encog/ml/factory/train/package-info.java index 55def45ac..954e49214 100644 --- a/src/main/java/org/encog/ml/factory/train/package-info.java +++ b/src/main/java/org/encog/ml/factory/train/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitness/FitnessObjective.java b/src/main/java/org/encog/ml/fitness/FitnessObjective.java index 7031a5734..400315bfe 100644 --- a/src/main/java/org/encog/ml/fitness/FitnessObjective.java +++ b/src/main/java/org/encog/ml/fitness/FitnessObjective.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitness/MultiObjectiveFitness.java b/src/main/java/org/encog/ml/fitness/MultiObjectiveFitness.java index 09914dfeb..8771c49d5 100644 --- a/src/main/java/org/encog/ml/fitness/MultiObjectiveFitness.java +++ b/src/main/java/org/encog/ml/fitness/MultiObjectiveFitness.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitting/gaussian/GaussianFitting.java b/src/main/java/org/encog/ml/fitting/gaussian/GaussianFitting.java index 9409f94e2..20005c0dd 100644 --- a/src/main/java/org/encog/ml/fitting/gaussian/GaussianFitting.java +++ b/src/main/java/org/encog/ml/fitting/gaussian/GaussianFitting.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitting/gaussian/TrainGaussian.java b/src/main/java/org/encog/ml/fitting/gaussian/TrainGaussian.java index b9fd43b47..a75db81e0 100644 --- a/src/main/java/org/encog/ml/fitting/gaussian/TrainGaussian.java +++ b/src/main/java/org/encog/ml/fitting/gaussian/TrainGaussian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitting/linear/LinearRegression.java b/src/main/java/org/encog/ml/fitting/linear/LinearRegression.java index dd7ce265e..b7c461260 100644 --- a/src/main/java/org/encog/ml/fitting/linear/LinearRegression.java +++ b/src/main/java/org/encog/ml/fitting/linear/LinearRegression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/fitting/linear/TrainLinearRegression.java b/src/main/java/org/encog/ml/fitting/linear/TrainLinearRegression.java index 13f0c8de4..c8855b3dc 100644 --- a/src/main/java/org/encog/ml/fitting/linear/TrainLinearRegression.java +++ b/src/main/java/org/encog/ml/fitting/linear/TrainLinearRegression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/GeneticError.java b/src/main/java/org/encog/ml/genetic/GeneticError.java index c30ce155b..2c85566b6 100644 --- a/src/main/java/org/encog/ml/genetic/GeneticError.java +++ b/src/main/java/org/encog/ml/genetic/GeneticError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/MLEncodableCODEC.java b/src/main/java/org/encog/ml/genetic/MLEncodableCODEC.java index e14d5a3b8..6b58b8ab0 100644 --- a/src/main/java/org/encog/ml/genetic/MLEncodableCODEC.java +++ b/src/main/java/org/encog/ml/genetic/MLEncodableCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/MLMethodGeneticAlgorithm.java b/src/main/java/org/encog/ml/genetic/MLMethodGeneticAlgorithm.java index 13326f446..8e7905d73 100644 --- a/src/main/java/org/encog/ml/genetic/MLMethodGeneticAlgorithm.java +++ b/src/main/java/org/encog/ml/genetic/MLMethodGeneticAlgorithm.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/MLMethodGenome.java b/src/main/java/org/encog/ml/genetic/MLMethodGenome.java index efcda22fa..c585a7bf0 100644 --- a/src/main/java/org/encog/ml/genetic/MLMethodGenome.java +++ b/src/main/java/org/encog/ml/genetic/MLMethodGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/MLMethodGenomeFactory.java b/src/main/java/org/encog/ml/genetic/MLMethodGenomeFactory.java index 4c0a1a08c..7c8a1471a 100644 --- a/src/main/java/org/encog/ml/genetic/MLMethodGenomeFactory.java +++ b/src/main/java/org/encog/ml/genetic/MLMethodGenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/crossover/Splice.java b/src/main/java/org/encog/ml/genetic/crossover/Splice.java index 6201083a1..d95f5f18e 100644 --- a/src/main/java/org/encog/ml/genetic/crossover/Splice.java +++ b/src/main/java/org/encog/ml/genetic/crossover/Splice.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/crossover/SpliceNoRepeat.java b/src/main/java/org/encog/ml/genetic/crossover/SpliceNoRepeat.java index 959d699e6..3680db38a 100644 --- a/src/main/java/org/encog/ml/genetic/crossover/SpliceNoRepeat.java +++ b/src/main/java/org/encog/ml/genetic/crossover/SpliceNoRepeat.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/crossover/package-info.java b/src/main/java/org/encog/ml/genetic/crossover/package-info.java index b881b9ea6..c11010e1e 100644 --- a/src/main/java/org/encog/ml/genetic/crossover/package-info.java +++ b/src/main/java/org/encog/ml/genetic/crossover/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/ArrayGenome.java b/src/main/java/org/encog/ml/genetic/genome/ArrayGenome.java index d5572e6a1..316b993da 100644 --- a/src/main/java/org/encog/ml/genetic/genome/ArrayGenome.java +++ b/src/main/java/org/encog/ml/genetic/genome/ArrayGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenome.java b/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenome.java index 8d6caebcd..07e63e7fa 100644 --- a/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenome.java +++ b/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenomeFactory.java b/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenomeFactory.java index ff7ac4593..33fba760e 100644 --- a/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenomeFactory.java +++ b/src/main/java/org/encog/ml/genetic/genome/DoubleArrayGenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenome.java b/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenome.java index 1fb5a0dd0..4671089df 100644 --- a/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenome.java +++ b/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenomeFactory.java b/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenomeFactory.java index 190a9af99..03fd12e94 100644 --- a/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenomeFactory.java +++ b/src/main/java/org/encog/ml/genetic/genome/IntegerArrayGenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/genome/package-info.java b/src/main/java/org/encog/ml/genetic/genome/package-info.java index 4b9521deb..f52401953 100644 --- a/src/main/java/org/encog/ml/genetic/genome/package-info.java +++ b/src/main/java/org/encog/ml/genetic/genome/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/mutate/MutatePerturb.java b/src/main/java/org/encog/ml/genetic/mutate/MutatePerturb.java index 7e674f7a2..b829440ea 100644 --- a/src/main/java/org/encog/ml/genetic/mutate/MutatePerturb.java +++ b/src/main/java/org/encog/ml/genetic/mutate/MutatePerturb.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/mutate/MutateShuffle.java b/src/main/java/org/encog/ml/genetic/mutate/MutateShuffle.java index 770620431..4f02b16a9 100644 --- a/src/main/java/org/encog/ml/genetic/mutate/MutateShuffle.java +++ b/src/main/java/org/encog/ml/genetic/mutate/MutateShuffle.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/mutate/package-info.java b/src/main/java/org/encog/ml/genetic/mutate/package-info.java index 2a92ac277..077542c5b 100644 --- a/src/main/java/org/encog/ml/genetic/mutate/package-info.java +++ b/src/main/java/org/encog/ml/genetic/mutate/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/genetic/package-info.java b/src/main/java/org/encog/ml/genetic/package-info.java index 154d5c87f..7884cdfe1 100644 --- a/src/main/java/org/encog/ml/genetic/package-info.java +++ b/src/main/java/org/encog/ml/genetic/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/BasicEdge.java b/src/main/java/org/encog/ml/graph/BasicEdge.java index e35ad8fd4..e00904ec0 100644 --- a/src/main/java/org/encog/ml/graph/BasicEdge.java +++ b/src/main/java/org/encog/ml/graph/BasicEdge.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/BasicGraph.java b/src/main/java/org/encog/ml/graph/BasicGraph.java index 16aa91c22..7fd13bc52 100644 --- a/src/main/java/org/encog/ml/graph/BasicGraph.java +++ b/src/main/java/org/encog/ml/graph/BasicGraph.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/BasicNode.java b/src/main/java/org/encog/ml/graph/BasicNode.java index 648eb4a04..2664b40c1 100644 --- a/src/main/java/org/encog/ml/graph/BasicNode.java +++ b/src/main/java/org/encog/ml/graph/BasicNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/BasicPath.java b/src/main/java/org/encog/ml/graph/BasicPath.java index 90abc358f..95a9db236 100644 --- a/src/main/java/org/encog/ml/graph/BasicPath.java +++ b/src/main/java/org/encog/ml/graph/BasicPath.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/EuclideanNode.java b/src/main/java/org/encog/ml/graph/EuclideanNode.java index 5633e1d52..bccc11916 100644 --- a/src/main/java/org/encog/ml/graph/EuclideanNode.java +++ b/src/main/java/org/encog/ml/graph/EuclideanNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/AStarSearch.java b/src/main/java/org/encog/ml/graph/search/AStarSearch.java index 6a165c0e1..0c7f87155 100644 --- a/src/main/java/org/encog/ml/graph/search/AStarSearch.java +++ b/src/main/java/org/encog/ml/graph/search/AStarSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/AbstractGraphSearch.java b/src/main/java/org/encog/ml/graph/search/AbstractGraphSearch.java index b306eed49..2164ffb02 100644 --- a/src/main/java/org/encog/ml/graph/search/AbstractGraphSearch.java +++ b/src/main/java/org/encog/ml/graph/search/AbstractGraphSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/BreadthFirstSearch.java b/src/main/java/org/encog/ml/graph/search/BreadthFirstSearch.java index 4a5b1a05d..28e8e63b2 100644 --- a/src/main/java/org/encog/ml/graph/search/BreadthFirstSearch.java +++ b/src/main/java/org/encog/ml/graph/search/BreadthFirstSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/CostEstimator.java b/src/main/java/org/encog/ml/graph/search/CostEstimator.java index f86f5c8de..beb2f8770 100644 --- a/src/main/java/org/encog/ml/graph/search/CostEstimator.java +++ b/src/main/java/org/encog/ml/graph/search/CostEstimator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/DepthFirstSearch.java b/src/main/java/org/encog/ml/graph/search/DepthFirstSearch.java index a9f0ca01f..66949f15d 100644 --- a/src/main/java/org/encog/ml/graph/search/DepthFirstSearch.java +++ b/src/main/java/org/encog/ml/graph/search/DepthFirstSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/EuclideanCostEstimator.java b/src/main/java/org/encog/ml/graph/search/EuclideanCostEstimator.java index e120927a5..68bafaf6e 100644 --- a/src/main/java/org/encog/ml/graph/search/EuclideanCostEstimator.java +++ b/src/main/java/org/encog/ml/graph/search/EuclideanCostEstimator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/FrontierHolder.java b/src/main/java/org/encog/ml/graph/search/FrontierHolder.java index 1c1cff6bd..8dd71ea2f 100644 --- a/src/main/java/org/encog/ml/graph/search/FrontierHolder.java +++ b/src/main/java/org/encog/ml/graph/search/FrontierHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/GraphSearch.java b/src/main/java/org/encog/ml/graph/search/GraphSearch.java index eeb7d6ea8..b6ae00d37 100644 --- a/src/main/java/org/encog/ml/graph/search/GraphSearch.java +++ b/src/main/java/org/encog/ml/graph/search/GraphSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/Prioritizer.java b/src/main/java/org/encog/ml/graph/search/Prioritizer.java index c9915d918..b730a8cf3 100644 --- a/src/main/java/org/encog/ml/graph/search/Prioritizer.java +++ b/src/main/java/org/encog/ml/graph/search/Prioritizer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/SearchGoal.java b/src/main/java/org/encog/ml/graph/search/SearchGoal.java index 70727e042..b0ba3d961 100644 --- a/src/main/java/org/encog/ml/graph/search/SearchGoal.java +++ b/src/main/java/org/encog/ml/graph/search/SearchGoal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/graph/search/SimpleDestinationGoal.java b/src/main/java/org/encog/ml/graph/search/SimpleDestinationGoal.java index 5c4f25968..56fb786cc 100644 --- a/src/main/java/org/encog/ml/graph/search/SimpleDestinationGoal.java +++ b/src/main/java/org/encog/ml/graph/search/SimpleDestinationGoal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/HiddenMarkovModel.java b/src/main/java/org/encog/ml/hmm/HiddenMarkovModel.java index 611f65414..f34738787 100644 --- a/src/main/java/org/encog/ml/hmm/HiddenMarkovModel.java +++ b/src/main/java/org/encog/ml/hmm/HiddenMarkovModel.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/PersistHMM.java b/src/main/java/org/encog/ml/hmm/PersistHMM.java index 186350628..fd2f0f61e 100644 --- a/src/main/java/org/encog/ml/hmm/PersistHMM.java +++ b/src/main/java/org/encog/ml/hmm/PersistHMM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardCalculator.java b/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardCalculator.java index 7f7df7fe9..b3d84de7f 100644 --- a/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardCalculator.java +++ b/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardCalculator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardScaledCalculator.java b/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardScaledCalculator.java index 01718daee..0f69f40fb 100644 --- a/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardScaledCalculator.java +++ b/src/main/java/org/encog/ml/hmm/alog/ForwardBackwardScaledCalculator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/alog/KullbackLeiblerDistanceCalculator.java b/src/main/java/org/encog/ml/hmm/alog/KullbackLeiblerDistanceCalculator.java index f9ed90610..aed8eb5f1 100644 --- a/src/main/java/org/encog/ml/hmm/alog/KullbackLeiblerDistanceCalculator.java +++ b/src/main/java/org/encog/ml/hmm/alog/KullbackLeiblerDistanceCalculator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/alog/MarkovGenerator.java b/src/main/java/org/encog/ml/hmm/alog/MarkovGenerator.java index 61535c50b..94c45119d 100644 --- a/src/main/java/org/encog/ml/hmm/alog/MarkovGenerator.java +++ b/src/main/java/org/encog/ml/hmm/alog/MarkovGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/alog/ViterbiCalculator.java b/src/main/java/org/encog/ml/hmm/alog/ViterbiCalculator.java index 944c5fa20..3e27b35c2 100644 --- a/src/main/java/org/encog/ml/hmm/alog/ViterbiCalculator.java +++ b/src/main/java/org/encog/ml/hmm/alog/ViterbiCalculator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/distributions/ContinousDistribution.java b/src/main/java/org/encog/ml/hmm/distributions/ContinousDistribution.java index 7e616215b..54e3f859d 100644 --- a/src/main/java/org/encog/ml/hmm/distributions/ContinousDistribution.java +++ b/src/main/java/org/encog/ml/hmm/distributions/ContinousDistribution.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/distributions/DiscreteDistribution.java b/src/main/java/org/encog/ml/hmm/distributions/DiscreteDistribution.java index 5e3a7ea2f..0524c1ec5 100644 --- a/src/main/java/org/encog/ml/hmm/distributions/DiscreteDistribution.java +++ b/src/main/java/org/encog/ml/hmm/distributions/DiscreteDistribution.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/distributions/StateDistribution.java b/src/main/java/org/encog/ml/hmm/distributions/StateDistribution.java index 70af232d5..d3d29a0d6 100644 --- a/src/main/java/org/encog/ml/hmm/distributions/StateDistribution.java +++ b/src/main/java/org/encog/ml/hmm/distributions/StateDistribution.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/train/bw/BaseBaumWelch.java b/src/main/java/org/encog/ml/hmm/train/bw/BaseBaumWelch.java index 483ddf052..4be190fe5 100644 --- a/src/main/java/org/encog/ml/hmm/train/bw/BaseBaumWelch.java +++ b/src/main/java/org/encog/ml/hmm/train/bw/BaseBaumWelch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelch.java b/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelch.java index 085184f4a..155b09a6d 100644 --- a/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelch.java +++ b/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelchScaled.java b/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelchScaled.java index 6f5d0f215..9b875f87a 100644 --- a/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelchScaled.java +++ b/src/main/java/org/encog/ml/hmm/train/bw/TrainBaumWelchScaled.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/train/kmeans/Clusters.java b/src/main/java/org/encog/ml/hmm/train/kmeans/Clusters.java index 5ebd74101..daa8519f3 100644 --- a/src/main/java/org/encog/ml/hmm/train/kmeans/Clusters.java +++ b/src/main/java/org/encog/ml/hmm/train/kmeans/Clusters.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/hmm/train/kmeans/TrainKMeans.java b/src/main/java/org/encog/ml/hmm/train/kmeans/TrainKMeans.java index 6204f6723..8486b20bf 100644 --- a/src/main/java/org/encog/ml/hmm/train/kmeans/TrainKMeans.java +++ b/src/main/java/org/encog/ml/hmm/train/kmeans/TrainKMeans.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/AbstractFeatureImportance.java b/src/main/java/org/encog/ml/importance/AbstractFeatureImportance.java index ec5ad0252..3599cd9b7 100644 --- a/src/main/java/org/encog/ml/importance/AbstractFeatureImportance.java +++ b/src/main/java/org/encog/ml/importance/AbstractFeatureImportance.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/CorrelationFeatureImportanceCalc.java b/src/main/java/org/encog/ml/importance/CorrelationFeatureImportanceCalc.java index c8043bfd3..d6f2fc70e 100644 --- a/src/main/java/org/encog/ml/importance/CorrelationFeatureImportanceCalc.java +++ b/src/main/java/org/encog/ml/importance/CorrelationFeatureImportanceCalc.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/FeatureImportance.java b/src/main/java/org/encog/ml/importance/FeatureImportance.java index ce4cd6157..784056981 100644 --- a/src/main/java/org/encog/ml/importance/FeatureImportance.java +++ b/src/main/java/org/encog/ml/importance/FeatureImportance.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/FeatureRank.java b/src/main/java/org/encog/ml/importance/FeatureRank.java index fedba7940..19fbc3838 100644 --- a/src/main/java/org/encog/ml/importance/FeatureRank.java +++ b/src/main/java/org/encog/ml/importance/FeatureRank.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/NeuralFeatureImportanceCalc.java b/src/main/java/org/encog/ml/importance/NeuralFeatureImportanceCalc.java index 307fce40c..5044e961c 100644 --- a/src/main/java/org/encog/ml/importance/NeuralFeatureImportanceCalc.java +++ b/src/main/java/org/encog/ml/importance/NeuralFeatureImportanceCalc.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/importance/PerturbationFeatureImportanceCalc.java b/src/main/java/org/encog/ml/importance/PerturbationFeatureImportanceCalc.java index 672786753..373796c25 100644 --- a/src/main/java/org/encog/ml/importance/PerturbationFeatureImportanceCalc.java +++ b/src/main/java/org/encog/ml/importance/PerturbationFeatureImportanceCalc.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/kmeans/BasicCluster.java b/src/main/java/org/encog/ml/kmeans/BasicCluster.java index e0b0a52bd..9a1528571 100644 --- a/src/main/java/org/encog/ml/kmeans/BasicCluster.java +++ b/src/main/java/org/encog/ml/kmeans/BasicCluster.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/kmeans/KMeansClustering.java b/src/main/java/org/encog/ml/kmeans/KMeansClustering.java index e5fbca002..29c8b99ef 100644 --- a/src/main/java/org/encog/ml/kmeans/KMeansClustering.java +++ b/src/main/java/org/encog/ml/kmeans/KMeansClustering.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/kmeans/package-info.java b/src/main/java/org/encog/ml/kmeans/package-info.java index 7d7bbd83d..6ab9eaeb7 100644 --- a/src/main/java/org/encog/ml/kmeans/package-info.java +++ b/src/main/java/org/encog/ml/kmeans/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/EncogModel.java b/src/main/java/org/encog/ml/model/EncogModel.java index 9341d738a..81fe1c0e6 100644 --- a/src/main/java/org/encog/ml/model/EncogModel.java +++ b/src/main/java/org/encog/ml/model/EncogModel.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/FeedforwardConfig.java b/src/main/java/org/encog/ml/model/config/FeedforwardConfig.java index 3221973df..4f86ec728 100644 --- a/src/main/java/org/encog/ml/model/config/FeedforwardConfig.java +++ b/src/main/java/org/encog/ml/model/config/FeedforwardConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/MethodConfig.java b/src/main/java/org/encog/ml/model/config/MethodConfig.java index 45f2313b6..cbb050d3e 100644 --- a/src/main/java/org/encog/ml/model/config/MethodConfig.java +++ b/src/main/java/org/encog/ml/model/config/MethodConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/NEATConfig.java b/src/main/java/org/encog/ml/model/config/NEATConfig.java index 784478409..112d722de 100644 --- a/src/main/java/org/encog/ml/model/config/NEATConfig.java +++ b/src/main/java/org/encog/ml/model/config/NEATConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/PNNConfig.java b/src/main/java/org/encog/ml/model/config/PNNConfig.java index 1045de95e..1d491a183 100644 --- a/src/main/java/org/encog/ml/model/config/PNNConfig.java +++ b/src/main/java/org/encog/ml/model/config/PNNConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/RBFNetworkConfig.java b/src/main/java/org/encog/ml/model/config/RBFNetworkConfig.java index 25255eb3a..b1a299012 100644 --- a/src/main/java/org/encog/ml/model/config/RBFNetworkConfig.java +++ b/src/main/java/org/encog/ml/model/config/RBFNetworkConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/SVMConfig.java b/src/main/java/org/encog/ml/model/config/SVMConfig.java index 60685794a..ac02b5ee7 100644 --- a/src/main/java/org/encog/ml/model/config/SVMConfig.java +++ b/src/main/java/org/encog/ml/model/config/SVMConfig.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/config/package-info.java b/src/main/java/org/encog/ml/model/config/package-info.java index 39f4e191a..bd3c26f92 100644 --- a/src/main/java/org/encog/ml/model/config/package-info.java +++ b/src/main/java/org/encog/ml/model/config/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/model/package-info.java b/src/main/java/org/encog/ml/model/package-info.java index 667ec357a..ba5167bd6 100644 --- a/src/main/java/org/encog/ml/model/package-info.java +++ b/src/main/java/org/encog/ml/model/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/package-info.java b/src/main/java/org/encog/ml/package-info.java index 1aed37176..c430d8dac 100644 --- a/src/main/java/org/encog/ml/package-info.java +++ b/src/main/java/org/encog/ml/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/EncogProgram.java b/src/main/java/org/encog/ml/prg/EncogProgram.java index ee2b88703..15cf03328 100644 --- a/src/main/java/org/encog/ml/prg/EncogProgram.java +++ b/src/main/java/org/encog/ml/prg/EncogProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/EncogProgramContext.java b/src/main/java/org/encog/ml/prg/EncogProgramContext.java index b0cb59048..ac5ca709a 100644 --- a/src/main/java/org/encog/ml/prg/EncogProgramContext.java +++ b/src/main/java/org/encog/ml/prg/EncogProgramContext.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/EncogProgramVariables.java b/src/main/java/org/encog/ml/prg/EncogProgramVariables.java index 74481b1bf..aae54d68a 100644 --- a/src/main/java/org/encog/ml/prg/EncogProgramVariables.java +++ b/src/main/java/org/encog/ml/prg/EncogProgramVariables.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/PersistPrgPopulation.java b/src/main/java/org/encog/ml/prg/PersistPrgPopulation.java index 68e3939a3..91d65fc70 100644 --- a/src/main/java/org/encog/ml/prg/PersistPrgPopulation.java +++ b/src/main/java/org/encog/ml/prg/PersistPrgPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/PrgCODEC.java b/src/main/java/org/encog/ml/prg/PrgCODEC.java index 246158390..348ba4825 100644 --- a/src/main/java/org/encog/ml/prg/PrgCODEC.java +++ b/src/main/java/org/encog/ml/prg/PrgCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/ProgramNode.java b/src/main/java/org/encog/ml/prg/ProgramNode.java index 6af8d626f..e7e50b7e8 100644 --- a/src/main/java/org/encog/ml/prg/ProgramNode.java +++ b/src/main/java/org/encog/ml/prg/ProgramNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/VariableMapping.java b/src/main/java/org/encog/ml/prg/VariableMapping.java index 982ccf033..46af76021 100644 --- a/src/main/java/org/encog/ml/prg/VariableMapping.java +++ b/src/main/java/org/encog/ml/prg/VariableMapping.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/expvalue/DivisionByZeroError.java b/src/main/java/org/encog/ml/prg/expvalue/DivisionByZeroError.java index f7f392c03..33671d19a 100644 --- a/src/main/java/org/encog/ml/prg/expvalue/DivisionByZeroError.java +++ b/src/main/java/org/encog/ml/prg/expvalue/DivisionByZeroError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/expvalue/EvaluateExpr.java b/src/main/java/org/encog/ml/prg/expvalue/EvaluateExpr.java index 26d3e43fc..82a584b4f 100644 --- a/src/main/java/org/encog/ml/prg/expvalue/EvaluateExpr.java +++ b/src/main/java/org/encog/ml/prg/expvalue/EvaluateExpr.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/expvalue/ExpressionValue.java b/src/main/java/org/encog/ml/prg/expvalue/ExpressionValue.java index ed679ce94..8b12f7367 100644 --- a/src/main/java/org/encog/ml/prg/expvalue/ExpressionValue.java +++ b/src/main/java/org/encog/ml/prg/expvalue/ExpressionValue.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/expvalue/ValueType.java b/src/main/java/org/encog/ml/prg/expvalue/ValueType.java index 4b72fe6e9..d2a31c4e7 100644 --- a/src/main/java/org/encog/ml/prg/expvalue/ValueType.java +++ b/src/main/java/org/encog/ml/prg/expvalue/ValueType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/BasicTemplate.java b/src/main/java/org/encog/ml/prg/extension/BasicTemplate.java index 7f3b76811..545368f7d 100644 --- a/src/main/java/org/encog/ml/prg/extension/BasicTemplate.java +++ b/src/main/java/org/encog/ml/prg/extension/BasicTemplate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/ConstantPool.java b/src/main/java/org/encog/ml/prg/extension/ConstantPool.java index fbc3d94ee..b496c2119 100644 --- a/src/main/java/org/encog/ml/prg/extension/ConstantPool.java +++ b/src/main/java/org/encog/ml/prg/extension/ConstantPool.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/EncogOpcodeRegistry.java b/src/main/java/org/encog/ml/prg/extension/EncogOpcodeRegistry.java index 5a5b4f11d..fa491bd15 100644 --- a/src/main/java/org/encog/ml/prg/extension/EncogOpcodeRegistry.java +++ b/src/main/java/org/encog/ml/prg/extension/EncogOpcodeRegistry.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/FunctionFactory.java b/src/main/java/org/encog/ml/prg/extension/FunctionFactory.java index 15f0374e1..c2b43bc48 100644 --- a/src/main/java/org/encog/ml/prg/extension/FunctionFactory.java +++ b/src/main/java/org/encog/ml/prg/extension/FunctionFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/NodeType.java b/src/main/java/org/encog/ml/prg/extension/NodeType.java index f5e48e1f5..2f76a5c00 100644 --- a/src/main/java/org/encog/ml/prg/extension/NodeType.java +++ b/src/main/java/org/encog/ml/prg/extension/NodeType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/ParamTemplate.java b/src/main/java/org/encog/ml/prg/extension/ParamTemplate.java index b2a83da29..d98506fc4 100644 --- a/src/main/java/org/encog/ml/prg/extension/ParamTemplate.java +++ b/src/main/java/org/encog/ml/prg/extension/ParamTemplate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/ProgramExtensionTemplate.java b/src/main/java/org/encog/ml/prg/extension/ProgramExtensionTemplate.java index f42561fab..bbb820a0a 100644 --- a/src/main/java/org/encog/ml/prg/extension/ProgramExtensionTemplate.java +++ b/src/main/java/org/encog/ml/prg/extension/ProgramExtensionTemplate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/extension/StandardExtensions.java b/src/main/java/org/encog/ml/prg/extension/StandardExtensions.java index 699de4558..c298c0275 100644 --- a/src/main/java/org/encog/ml/prg/extension/StandardExtensions.java +++ b/src/main/java/org/encog/ml/prg/extension/StandardExtensions.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/AbstractPrgGenerator.java b/src/main/java/org/encog/ml/prg/generator/AbstractPrgGenerator.java index fe50ab269..40a8f9adf 100644 --- a/src/main/java/org/encog/ml/prg/generator/AbstractPrgGenerator.java +++ b/src/main/java/org/encog/ml/prg/generator/AbstractPrgGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/GenerateWorker.java b/src/main/java/org/encog/ml/prg/generator/GenerateWorker.java index 45e0497f3..356e7d1bf 100644 --- a/src/main/java/org/encog/ml/prg/generator/GenerateWorker.java +++ b/src/main/java/org/encog/ml/prg/generator/GenerateWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/PrgFullGenerator.java b/src/main/java/org/encog/ml/prg/generator/PrgFullGenerator.java index c9b6825a0..cd51b422b 100644 --- a/src/main/java/org/encog/ml/prg/generator/PrgFullGenerator.java +++ b/src/main/java/org/encog/ml/prg/generator/PrgFullGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/PrgGenerator.java b/src/main/java/org/encog/ml/prg/generator/PrgGenerator.java index 7189306bf..23221f1d2 100644 --- a/src/main/java/org/encog/ml/prg/generator/PrgGenerator.java +++ b/src/main/java/org/encog/ml/prg/generator/PrgGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/PrgGrowGenerator.java b/src/main/java/org/encog/ml/prg/generator/PrgGrowGenerator.java index 60600769f..b30fbb2fe 100644 --- a/src/main/java/org/encog/ml/prg/generator/PrgGrowGenerator.java +++ b/src/main/java/org/encog/ml/prg/generator/PrgGrowGenerator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/generator/RampedHalfAndHalf.java b/src/main/java/org/encog/ml/prg/generator/RampedHalfAndHalf.java index 2b43a9c6a..e2697b22a 100644 --- a/src/main/java/org/encog/ml/prg/generator/RampedHalfAndHalf.java +++ b/src/main/java/org/encog/ml/prg/generator/RampedHalfAndHalf.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/opp/ConstMutation.java b/src/main/java/org/encog/ml/prg/opp/ConstMutation.java index 720473797..fc83c455c 100644 --- a/src/main/java/org/encog/ml/prg/opp/ConstMutation.java +++ b/src/main/java/org/encog/ml/prg/opp/ConstMutation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/opp/LevelHolder.java b/src/main/java/org/encog/ml/prg/opp/LevelHolder.java index f05139c0d..ac581306f 100644 --- a/src/main/java/org/encog/ml/prg/opp/LevelHolder.java +++ b/src/main/java/org/encog/ml/prg/opp/LevelHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/opp/SubtreeCrossover.java b/src/main/java/org/encog/ml/prg/opp/SubtreeCrossover.java index b31e9af08..d23bdfb69 100644 --- a/src/main/java/org/encog/ml/prg/opp/SubtreeCrossover.java +++ b/src/main/java/org/encog/ml/prg/opp/SubtreeCrossover.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/opp/SubtreeMutation.java b/src/main/java/org/encog/ml/prg/opp/SubtreeMutation.java index 6e7d06e4d..a6bf9f2d5 100644 --- a/src/main/java/org/encog/ml/prg/opp/SubtreeMutation.java +++ b/src/main/java/org/encog/ml/prg/opp/SubtreeMutation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/species/CompareEncogProgram.java b/src/main/java/org/encog/ml/prg/species/CompareEncogProgram.java index 22040f8fe..af1cf777c 100644 --- a/src/main/java/org/encog/ml/prg/species/CompareEncogProgram.java +++ b/src/main/java/org/encog/ml/prg/species/CompareEncogProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/species/PrgSpeciation.java b/src/main/java/org/encog/ml/prg/species/PrgSpeciation.java index 92ae88622..2ba7976c1 100644 --- a/src/main/java/org/encog/ml/prg/species/PrgSpeciation.java +++ b/src/main/java/org/encog/ml/prg/species/PrgSpeciation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/PrgGenomeFactory.java b/src/main/java/org/encog/ml/prg/train/PrgGenomeFactory.java index 9a4b9e7f7..28c06ff49 100644 --- a/src/main/java/org/encog/ml/prg/train/PrgGenomeFactory.java +++ b/src/main/java/org/encog/ml/prg/train/PrgGenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/PrgPopulation.java b/src/main/java/org/encog/ml/prg/train/PrgPopulation.java index 3b8932f4e..89fc58557 100644 --- a/src/main/java/org/encog/ml/prg/train/PrgPopulation.java +++ b/src/main/java/org/encog/ml/prg/train/PrgPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/ZeroEvalScoreFunction.java b/src/main/java/org/encog/ml/prg/train/ZeroEvalScoreFunction.java index 3dafbdc6a..9ccb73b4c 100644 --- a/src/main/java/org/encog/ml/prg/train/ZeroEvalScoreFunction.java +++ b/src/main/java/org/encog/ml/prg/train/ZeroEvalScoreFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteAlgebraic.java b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteAlgebraic.java index f27f3ca6c..6cf3e0221 100644 --- a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteAlgebraic.java +++ b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteAlgebraic.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteBoolean.java b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteBoolean.java index df9a5ee8e..726262f7a 100644 --- a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteBoolean.java +++ b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteBoolean.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteConstants.java b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteConstants.java index d5e0c5096..d844d47fd 100644 --- a/src/main/java/org/encog/ml/prg/train/rewrite/RewriteConstants.java +++ b/src/main/java/org/encog/ml/prg/train/rewrite/RewriteConstants.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/schedule/ActionNode.java b/src/main/java/org/encog/ml/schedule/ActionNode.java index 4e1a30e5f..24c902e30 100644 --- a/src/main/java/org/encog/ml/schedule/ActionNode.java +++ b/src/main/java/org/encog/ml/schedule/ActionNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/schedule/CalculateScheduleTimes.java b/src/main/java/org/encog/ml/schedule/CalculateScheduleTimes.java index f688ee7da..2f1247ec4 100644 --- a/src/main/java/org/encog/ml/schedule/CalculateScheduleTimes.java +++ b/src/main/java/org/encog/ml/schedule/CalculateScheduleTimes.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/schedule/ScheduleGraph.java b/src/main/java/org/encog/ml/schedule/ScheduleGraph.java index 3360fcce6..7f9b5bc8b 100644 --- a/src/main/java/org/encog/ml/schedule/ScheduleGraph.java +++ b/src/main/java/org/encog/ml/schedule/ScheduleGraph.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/KernelType.java b/src/main/java/org/encog/ml/svm/KernelType.java index 1eca82695..08d28378a 100644 --- a/src/main/java/org/encog/ml/svm/KernelType.java +++ b/src/main/java/org/encog/ml/svm/KernelType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/PersistSVM.java b/src/main/java/org/encog/ml/svm/PersistSVM.java index 15c012d5c..4272efb9a 100644 --- a/src/main/java/org/encog/ml/svm/PersistSVM.java +++ b/src/main/java/org/encog/ml/svm/PersistSVM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/SVM.java b/src/main/java/org/encog/ml/svm/SVM.java index 02e91680f..15947b51b 100644 --- a/src/main/java/org/encog/ml/svm/SVM.java +++ b/src/main/java/org/encog/ml/svm/SVM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/SVMType.java b/src/main/java/org/encog/ml/svm/SVMType.java index 1368d0c7c..6486686f6 100644 --- a/src/main/java/org/encog/ml/svm/SVMType.java +++ b/src/main/java/org/encog/ml/svm/SVMType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/package-info.java b/src/main/java/org/encog/ml/svm/package-info.java index 4ef559582..33911e147 100644 --- a/src/main/java/org/encog/ml/svm/package-info.java +++ b/src/main/java/org/encog/ml/svm/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/training/EncodeSVMProblem.java b/src/main/java/org/encog/ml/svm/training/EncodeSVMProblem.java index c22fd902a..45f7e4534 100644 --- a/src/main/java/org/encog/ml/svm/training/EncodeSVMProblem.java +++ b/src/main/java/org/encog/ml/svm/training/EncodeSVMProblem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/training/SVMSearchTrain.java b/src/main/java/org/encog/ml/svm/training/SVMSearchTrain.java index bc58b6e10..36047d31b 100644 --- a/src/main/java/org/encog/ml/svm/training/SVMSearchTrain.java +++ b/src/main/java/org/encog/ml/svm/training/SVMSearchTrain.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/training/SVMTrain.java b/src/main/java/org/encog/ml/svm/training/SVMTrain.java index 73f0a13f8..d1dfe2120 100644 --- a/src/main/java/org/encog/ml/svm/training/SVMTrain.java +++ b/src/main/java/org/encog/ml/svm/training/SVMTrain.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/svm/training/package-info.java b/src/main/java/org/encog/ml/svm/training/package-info.java index ca1347871..1fca2b055 100644 --- a/src/main/java/org/encog/ml/svm/training/package-info.java +++ b/src/main/java/org/encog/ml/svm/training/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/BasicTraining.java b/src/main/java/org/encog/ml/train/BasicTraining.java index 5cb330cb2..5de16ac40 100644 --- a/src/main/java/org/encog/ml/train/BasicTraining.java +++ b/src/main/java/org/encog/ml/train/BasicTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/MLTrain.java b/src/main/java/org/encog/ml/train/MLTrain.java index e529a0136..64619c0c0 100644 --- a/src/main/java/org/encog/ml/train/MLTrain.java +++ b/src/main/java/org/encog/ml/train/MLTrain.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/Greedy.java b/src/main/java/org/encog/ml/train/strategy/Greedy.java index f73caf08b..7b8ff9510 100644 --- a/src/main/java/org/encog/ml/train/strategy/Greedy.java +++ b/src/main/java/org/encog/ml/train/strategy/Greedy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/HybridStrategy.java b/src/main/java/org/encog/ml/train/strategy/HybridStrategy.java index 976f3bb1a..bbcfe3796 100644 --- a/src/main/java/org/encog/ml/train/strategy/HybridStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/HybridStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/RequiredImprovementStrategy.java b/src/main/java/org/encog/ml/train/strategy/RequiredImprovementStrategy.java index adbe67875..f5cea3a61 100644 --- a/src/main/java/org/encog/ml/train/strategy/RequiredImprovementStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/RequiredImprovementStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/ResetStrategy.java b/src/main/java/org/encog/ml/train/strategy/ResetStrategy.java index 9ab430272..f035e922c 100644 --- a/src/main/java/org/encog/ml/train/strategy/ResetStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/ResetStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/StopTrainingStrategy.java b/src/main/java/org/encog/ml/train/strategy/StopTrainingStrategy.java index 1c9e776db..e6f313474 100644 --- a/src/main/java/org/encog/ml/train/strategy/StopTrainingStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/StopTrainingStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/Strategy.java b/src/main/java/org/encog/ml/train/strategy/Strategy.java index 5d59c4ff9..c9fd3e145 100644 --- a/src/main/java/org/encog/ml/train/strategy/Strategy.java +++ b/src/main/java/org/encog/ml/train/strategy/Strategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/EarlyStoppingStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/EarlyStoppingStrategy.java index 68f8aef69..a7f7a562a 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/EarlyStoppingStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/EarlyStoppingStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/EndIterationsStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/EndIterationsStrategy.java index 995026f06..39d961f09 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/EndIterationsStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/EndIterationsStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/EndMaxErrorStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/EndMaxErrorStrategy.java index 5142df0bd..d0032c127 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/EndMaxErrorStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/EndMaxErrorStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/EndMinutesStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/EndMinutesStrategy.java index dea26db5f..68fcdab9d 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/EndMinutesStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/EndMinutesStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/EndTrainingStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/EndTrainingStrategy.java index e975a9aa0..b4ce1ac63 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/EndTrainingStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/EndTrainingStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/train/strategy/end/StoppingStrategy.java b/src/main/java/org/encog/ml/train/strategy/end/StoppingStrategy.java index acbf3df4b..47d45b2db 100644 --- a/src/main/java/org/encog/ml/train/strategy/end/StoppingStrategy.java +++ b/src/main/java/org/encog/ml/train/strategy/end/StoppingStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/TreeNode.java b/src/main/java/org/encog/ml/tree/TreeNode.java index 73d2fb939..207338169 100644 --- a/src/main/java/org/encog/ml/tree/TreeNode.java +++ b/src/main/java/org/encog/ml/tree/TreeNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/basic/BasicTreeNode.java b/src/main/java/org/encog/ml/tree/basic/BasicTreeNode.java index be33dcae0..0646734c8 100644 --- a/src/main/java/org/encog/ml/tree/basic/BasicTreeNode.java +++ b/src/main/java/org/encog/ml/tree/basic/BasicTreeNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/DepthFirstTraversal.java b/src/main/java/org/encog/ml/tree/traverse/DepthFirstTraversal.java index 579e07d94..f30ff1b94 100644 --- a/src/main/java/org/encog/ml/tree/traverse/DepthFirstTraversal.java +++ b/src/main/java/org/encog/ml/tree/traverse/DepthFirstTraversal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/TreeTraversal.java b/src/main/java/org/encog/ml/tree/traverse/TreeTraversal.java index 22e53ef41..ab78c7576 100644 --- a/src/main/java/org/encog/ml/tree/traverse/TreeTraversal.java +++ b/src/main/java/org/encog/ml/tree/traverse/TreeTraversal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/TreeTraversalTask.java b/src/main/java/org/encog/ml/tree/traverse/TreeTraversalTask.java index adad9595c..29e6a27af 100644 --- a/src/main/java/org/encog/ml/tree/traverse/TreeTraversalTask.java +++ b/src/main/java/org/encog/ml/tree/traverse/TreeTraversalTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskCountNodes.java b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskCountNodes.java index 4b3e6c376..7bf4619a2 100644 --- a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskCountNodes.java +++ b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskCountNodes.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskGetNodeIndex.java b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskGetNodeIndex.java index 2230cb05d..ea64ad50f 100644 --- a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskGetNodeIndex.java +++ b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskGetNodeIndex.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskReplaceNode.java b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskReplaceNode.java index 1ccf9ae14..999f8284d 100644 --- a/src/main/java/org/encog/ml/tree/traverse/tasks/TaskReplaceNode.java +++ b/src/main/java/org/encog/ml/tree/traverse/tasks/TaskReplaceNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/Action.java b/src/main/java/org/encog/ml/world/Action.java index a458b7b8f..1e2687dae 100644 --- a/src/main/java/org/encog/ml/world/Action.java +++ b/src/main/java/org/encog/ml/world/Action.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/ActionProbability.java b/src/main/java/org/encog/ml/world/ActionProbability.java index 5bc7dfab1..09ff93d6e 100644 --- a/src/main/java/org/encog/ml/world/ActionProbability.java +++ b/src/main/java/org/encog/ml/world/ActionProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/AgentPolicy.java b/src/main/java/org/encog/ml/world/AgentPolicy.java index ef689aa66..8902ee903 100644 --- a/src/main/java/org/encog/ml/world/AgentPolicy.java +++ b/src/main/java/org/encog/ml/world/AgentPolicy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/PerformAction.java b/src/main/java/org/encog/ml/world/PerformAction.java index fe3db8971..10cea9c80 100644 --- a/src/main/java/org/encog/ml/world/PerformAction.java +++ b/src/main/java/org/encog/ml/world/PerformAction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/State.java b/src/main/java/org/encog/ml/world/State.java index e818be8ea..9ccb33a2e 100644 --- a/src/main/java/org/encog/ml/world/State.java +++ b/src/main/java/org/encog/ml/world/State.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/SuccessorState.java b/src/main/java/org/encog/ml/world/SuccessorState.java index 5cdbebc9b..2419c7d32 100644 --- a/src/main/java/org/encog/ml/world/SuccessorState.java +++ b/src/main/java/org/encog/ml/world/SuccessorState.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/World.java b/src/main/java/org/encog/ml/world/World.java index 74e26f586..4366e7030 100644 --- a/src/main/java/org/encog/ml/world/World.java +++ b/src/main/java/org/encog/ml/world/World.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/WorldAgent.java b/src/main/java/org/encog/ml/world/WorldAgent.java index 1e62cb24e..e67546af5 100644 --- a/src/main/java/org/encog/ml/world/WorldAgent.java +++ b/src/main/java/org/encog/ml/world/WorldAgent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/WorldError.java b/src/main/java/org/encog/ml/world/WorldError.java index 3cf6c6502..4196c7907 100644 --- a/src/main/java/org/encog/ml/world/WorldError.java +++ b/src/main/java/org/encog/ml/world/WorldError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/basic/BasicAction.java b/src/main/java/org/encog/ml/world/basic/BasicAction.java index 1c24d4a69..1fa8d5872 100644 --- a/src/main/java/org/encog/ml/world/basic/BasicAction.java +++ b/src/main/java/org/encog/ml/world/basic/BasicAction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/basic/BasicAgent.java b/src/main/java/org/encog/ml/world/basic/BasicAgent.java index f9fdf8abf..329ac6ca0 100644 --- a/src/main/java/org/encog/ml/world/basic/BasicAgent.java +++ b/src/main/java/org/encog/ml/world/basic/BasicAgent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/basic/BasicState.java b/src/main/java/org/encog/ml/world/basic/BasicState.java index 7d9c3a2b4..49a227eb6 100644 --- a/src/main/java/org/encog/ml/world/basic/BasicState.java +++ b/src/main/java/org/encog/ml/world/basic/BasicState.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/basic/BasicWorld.java b/src/main/java/org/encog/ml/world/basic/BasicWorld.java index 729a00d50..b8368fe19 100644 --- a/src/main/java/org/encog/ml/world/basic/BasicWorld.java +++ b/src/main/java/org/encog/ml/world/basic/BasicWorld.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/grid/GridState.java b/src/main/java/org/encog/ml/world/grid/GridState.java index 532ba1bb8..0ae28dd6f 100644 --- a/src/main/java/org/encog/ml/world/grid/GridState.java +++ b/src/main/java/org/encog/ml/world/grid/GridState.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/grid/GridWorld.java b/src/main/java/org/encog/ml/world/grid/GridWorld.java index fb2ce3435..f724df48e 100644 --- a/src/main/java/org/encog/ml/world/grid/GridWorld.java +++ b/src/main/java/org/encog/ml/world/grid/GridWorld.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/grid/probability/GridAbstractProbability.java b/src/main/java/org/encog/ml/world/grid/probability/GridAbstractProbability.java index 14c77f295..13a30a0fa 100644 --- a/src/main/java/org/encog/ml/world/grid/probability/GridAbstractProbability.java +++ b/src/main/java/org/encog/ml/world/grid/probability/GridAbstractProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/grid/probability/GridDeterministicProbability.java b/src/main/java/org/encog/ml/world/grid/probability/GridDeterministicProbability.java index 7e6e70176..5c8eb83d6 100644 --- a/src/main/java/org/encog/ml/world/grid/probability/GridDeterministicProbability.java +++ b/src/main/java/org/encog/ml/world/grid/probability/GridDeterministicProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/grid/probability/GridStochasticProbability.java b/src/main/java/org/encog/ml/world/grid/probability/GridStochasticProbability.java index 8c95233f0..198fda8e1 100644 --- a/src/main/java/org/encog/ml/world/grid/probability/GridStochasticProbability.java +++ b/src/main/java/org/encog/ml/world/grid/probability/GridStochasticProbability.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/learning/mdp/MarkovDecisionProcess.java b/src/main/java/org/encog/ml/world/learning/mdp/MarkovDecisionProcess.java index 2e41f55aa..5e9de46a6 100644 --- a/src/main/java/org/encog/ml/world/learning/mdp/MarkovDecisionProcess.java +++ b/src/main/java/org/encog/ml/world/learning/mdp/MarkovDecisionProcess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/learning/mdp/ValueIteration.java b/src/main/java/org/encog/ml/world/learning/mdp/ValueIteration.java index b93392458..05f9227ea 100644 --- a/src/main/java/org/encog/ml/world/learning/mdp/ValueIteration.java +++ b/src/main/java/org/encog/ml/world/learning/mdp/ValueIteration.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/ml/world/learning/q/QLearning.java b/src/main/java/org/encog/ml/world/learning/q/QLearning.java index 1328fa121..c1548c268 100644 --- a/src/main/java/org/encog/ml/world/learning/q/QLearning.java +++ b/src/main/java/org/encog/ml/world/learning/q/QLearning.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/NeuralNetworkError.java b/src/main/java/org/encog/neural/NeuralNetworkError.java index e728bf719..9be381890 100644 --- a/src/main/java/org/encog/neural/NeuralNetworkError.java +++ b/src/main/java/org/encog/neural/NeuralNetworkError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/art/ART.java b/src/main/java/org/encog/neural/art/ART.java index 4d767c487..43945fffe 100644 --- a/src/main/java/org/encog/neural/art/ART.java +++ b/src/main/java/org/encog/neural/art/ART.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/art/ART1.java b/src/main/java/org/encog/neural/art/ART1.java index ba1e96160..2201c4f38 100644 --- a/src/main/java/org/encog/neural/art/ART1.java +++ b/src/main/java/org/encog/neural/art/ART1.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/art/PersistART1.java b/src/main/java/org/encog/neural/art/PersistART1.java index cf3bb818d..0587e2f93 100644 --- a/src/main/java/org/encog/neural/art/PersistART1.java +++ b/src/main/java/org/encog/neural/art/PersistART1.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/art/package-info.java b/src/main/java/org/encog/neural/art/package-info.java index 444af778e..5fd0b1fbc 100644 --- a/src/main/java/org/encog/neural/art/package-info.java +++ b/src/main/java/org/encog/neural/art/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/bam/BAM.java b/src/main/java/org/encog/neural/bam/BAM.java index 02259f735..fe931d632 100644 --- a/src/main/java/org/encog/neural/bam/BAM.java +++ b/src/main/java/org/encog/neural/bam/BAM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/bam/PersistBAM.java b/src/main/java/org/encog/neural/bam/PersistBAM.java index d138218f5..5d191178a 100644 --- a/src/main/java/org/encog/neural/bam/PersistBAM.java +++ b/src/main/java/org/encog/neural/bam/PersistBAM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/bam/package-info.java b/src/main/java/org/encog/neural/bam/package-info.java index 8786d85db..76e370c02 100644 --- a/src/main/java/org/encog/neural/bam/package-info.java +++ b/src/main/java/org/encog/neural/bam/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/CPN.java b/src/main/java/org/encog/neural/cpn/CPN.java index efe6709a6..42a145b57 100644 --- a/src/main/java/org/encog/neural/cpn/CPN.java +++ b/src/main/java/org/encog/neural/cpn/CPN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/PersistCPN.java b/src/main/java/org/encog/neural/cpn/PersistCPN.java index d1fdaa52c..cc6f5c50a 100644 --- a/src/main/java/org/encog/neural/cpn/PersistCPN.java +++ b/src/main/java/org/encog/neural/cpn/PersistCPN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/package-info.java b/src/main/java/org/encog/neural/cpn/package-info.java index ccbe08e0b..caae71a3b 100644 --- a/src/main/java/org/encog/neural/cpn/package-info.java +++ b/src/main/java/org/encog/neural/cpn/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/training/TrainInstar.java b/src/main/java/org/encog/neural/cpn/training/TrainInstar.java index baf85d7ff..9f121fa41 100644 --- a/src/main/java/org/encog/neural/cpn/training/TrainInstar.java +++ b/src/main/java/org/encog/neural/cpn/training/TrainInstar.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/training/TrainOutstar.java b/src/main/java/org/encog/neural/cpn/training/TrainOutstar.java index be8908099..6f6e00a84 100644 --- a/src/main/java/org/encog/neural/cpn/training/TrainOutstar.java +++ b/src/main/java/org/encog/neural/cpn/training/TrainOutstar.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/cpn/training/package-info.java b/src/main/java/org/encog/neural/cpn/training/package-info.java index 78f920a6d..662b115df 100644 --- a/src/main/java/org/encog/neural/cpn/training/package-info.java +++ b/src/main/java/org/encog/neural/cpn/training/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/NeuralData.java b/src/main/java/org/encog/neural/data/NeuralData.java index 058befcd0..b02100b63 100644 --- a/src/main/java/org/encog/neural/data/NeuralData.java +++ b/src/main/java/org/encog/neural/data/NeuralData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/NeuralDataPair.java b/src/main/java/org/encog/neural/data/NeuralDataPair.java index 8c4f31181..5afefba0e 100644 --- a/src/main/java/org/encog/neural/data/NeuralDataPair.java +++ b/src/main/java/org/encog/neural/data/NeuralDataPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/NeuralDataSet.java b/src/main/java/org/encog/neural/data/NeuralDataSet.java index 8fca5a8d9..da6ae7115 100644 --- a/src/main/java/org/encog/neural/data/NeuralDataSet.java +++ b/src/main/java/org/encog/neural/data/NeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/basic/BasicNeuralData.java b/src/main/java/org/encog/neural/data/basic/BasicNeuralData.java index 9c59c8b52..e8852ff96 100644 --- a/src/main/java/org/encog/neural/data/basic/BasicNeuralData.java +++ b/src/main/java/org/encog/neural/data/basic/BasicNeuralData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/basic/BasicNeuralDataPair.java b/src/main/java/org/encog/neural/data/basic/BasicNeuralDataPair.java index 4f18ac666..dfbb507f0 100644 --- a/src/main/java/org/encog/neural/data/basic/BasicNeuralDataPair.java +++ b/src/main/java/org/encog/neural/data/basic/BasicNeuralDataPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/basic/BasicNeuralDataSet.java b/src/main/java/org/encog/neural/data/basic/BasicNeuralDataSet.java index b19d8d231..e852d87a4 100644 --- a/src/main/java/org/encog/neural/data/basic/BasicNeuralDataSet.java +++ b/src/main/java/org/encog/neural/data/basic/BasicNeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/basic/package-info.java b/src/main/java/org/encog/neural/data/basic/package-info.java index 02f9a7d7c..265d4bca4 100644 --- a/src/main/java/org/encog/neural/data/basic/package-info.java +++ b/src/main/java/org/encog/neural/data/basic/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/data/package-info.java b/src/main/java/org/encog/neural/data/package-info.java index cb9f4aa20..6e54160d9 100644 --- a/src/main/java/org/encog/neural/data/package-info.java +++ b/src/main/java/org/encog/neural/data/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/error/ATanErrorFunction.java b/src/main/java/org/encog/neural/error/ATanErrorFunction.java index 698377801..1bab0d709 100644 --- a/src/main/java/org/encog/neural/error/ATanErrorFunction.java +++ b/src/main/java/org/encog/neural/error/ATanErrorFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/error/CrossEntropyErrorFunction.java b/src/main/java/org/encog/neural/error/CrossEntropyErrorFunction.java index 6e0c012e6..9ebe2762d 100644 --- a/src/main/java/org/encog/neural/error/CrossEntropyErrorFunction.java +++ b/src/main/java/org/encog/neural/error/CrossEntropyErrorFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/error/ErrorFunction.java b/src/main/java/org/encog/neural/error/ErrorFunction.java index 312187004..2ed1070c7 100644 --- a/src/main/java/org/encog/neural/error/ErrorFunction.java +++ b/src/main/java/org/encog/neural/error/ErrorFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/error/LinearErrorFunction.java b/src/main/java/org/encog/neural/error/LinearErrorFunction.java index fdd2e7487..72e821adf 100644 --- a/src/main/java/org/encog/neural/error/LinearErrorFunction.java +++ b/src/main/java/org/encog/neural/error/LinearErrorFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/error/OutputErrorFunction.java b/src/main/java/org/encog/neural/error/OutputErrorFunction.java index 6896bacf7..e3536f88c 100644 --- a/src/main/java/org/encog/neural/error/OutputErrorFunction.java +++ b/src/main/java/org/encog/neural/error/OutputErrorFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/flat/FlatLayer.java b/src/main/java/org/encog/neural/flat/FlatLayer.java index 59615742e..574ea730c 100644 --- a/src/main/java/org/encog/neural/flat/FlatLayer.java +++ b/src/main/java/org/encog/neural/flat/FlatLayer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/flat/FlatNetwork.java b/src/main/java/org/encog/neural/flat/FlatNetwork.java index ab3716904..82be13054 100644 --- a/src/main/java/org/encog/neural/flat/FlatNetwork.java +++ b/src/main/java/org/encog/neural/flat/FlatNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/flat/FlatNetworkRBF.java b/src/main/java/org/encog/neural/flat/FlatNetworkRBF.java index e7e943fa2..da05ee315 100644 --- a/src/main/java/org/encog/neural/flat/FlatNetworkRBF.java +++ b/src/main/java/org/encog/neural/flat/FlatNetworkRBF.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/flat/package-info.java b/src/main/java/org/encog/neural/flat/package-info.java index 297bd1a63..d86baefd7 100644 --- a/src/main/java/org/encog/neural/flat/package-info.java +++ b/src/main/java/org/encog/neural/flat/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformConnection.java b/src/main/java/org/encog/neural/freeform/FreeformConnection.java index f766f9ff0..6f03b969d 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformConnection.java +++ b/src/main/java/org/encog/neural/freeform/FreeformConnection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformContextNeuron.java b/src/main/java/org/encog/neural/freeform/FreeformContextNeuron.java index f13d375c4..26c7e6a90 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformContextNeuron.java +++ b/src/main/java/org/encog/neural/freeform/FreeformContextNeuron.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformLayer.java b/src/main/java/org/encog/neural/freeform/FreeformLayer.java index 6c5a93139..afd20782f 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformLayer.java +++ b/src/main/java/org/encog/neural/freeform/FreeformLayer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformNetwork.java b/src/main/java/org/encog/neural/freeform/FreeformNetwork.java index 905909193..3889d32eb 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformNetwork.java +++ b/src/main/java/org/encog/neural/freeform/FreeformNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformNetworkError.java b/src/main/java/org/encog/neural/freeform/FreeformNetworkError.java index 0a99b8c08..32a08169a 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformNetworkError.java +++ b/src/main/java/org/encog/neural/freeform/FreeformNetworkError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/FreeformNeuron.java b/src/main/java/org/encog/neural/freeform/FreeformNeuron.java index 053dde81d..a6c26689c 100644 --- a/src/main/java/org/encog/neural/freeform/FreeformNeuron.java +++ b/src/main/java/org/encog/neural/freeform/FreeformNeuron.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/InputSummation.java b/src/main/java/org/encog/neural/freeform/InputSummation.java index f963c7c23..bbafbedf6 100644 --- a/src/main/java/org/encog/neural/freeform/InputSummation.java +++ b/src/main/java/org/encog/neural/freeform/InputSummation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/TempTrainingData.java b/src/main/java/org/encog/neural/freeform/TempTrainingData.java index c3d3b2d68..12a981295 100644 --- a/src/main/java/org/encog/neural/freeform/TempTrainingData.java +++ b/src/main/java/org/encog/neural/freeform/TempTrainingData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummation.java b/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummation.java index 12b66025e..8d7ada90c 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummation.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummationFactory.java b/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummationFactory.java index 29b9d0bf0..76cc8d9bb 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummationFactory.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicActivationSummationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnection.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnection.java index a5a6c8d15..5efdb1d07 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnection.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnectionFactory.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnectionFactory.java index b64fa56a9..56e71d97b 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnectionFactory.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformConnectionFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayer.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayer.java index d69b9c4d5..abcc63469 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayer.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayerFactory.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayerFactory.java index a2ad427d4..1b28c9ba2 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayerFactory.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformLayerFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuron.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuron.java index 20eac5e16..f9cee34fe 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuron.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuron.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuronFactory.java b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuronFactory.java index 9e9c19310..3a93ecc9f 100644 --- a/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuronFactory.java +++ b/src/main/java/org/encog/neural/freeform/basic/BasicFreeformNeuronFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/factory/FreeformConnectionFactory.java b/src/main/java/org/encog/neural/freeform/factory/FreeformConnectionFactory.java index 2f6ed4556..a373169f7 100644 --- a/src/main/java/org/encog/neural/freeform/factory/FreeformConnectionFactory.java +++ b/src/main/java/org/encog/neural/freeform/factory/FreeformConnectionFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/factory/FreeformLayerFactory.java b/src/main/java/org/encog/neural/freeform/factory/FreeformLayerFactory.java index c7c883263..0775bec2c 100644 --- a/src/main/java/org/encog/neural/freeform/factory/FreeformLayerFactory.java +++ b/src/main/java/org/encog/neural/freeform/factory/FreeformLayerFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/factory/FreeformNeuronFactory.java b/src/main/java/org/encog/neural/freeform/factory/FreeformNeuronFactory.java index 4a41d6eb0..709691b04 100644 --- a/src/main/java/org/encog/neural/freeform/factory/FreeformNeuronFactory.java +++ b/src/main/java/org/encog/neural/freeform/factory/FreeformNeuronFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/factory/InputSummationFactory.java b/src/main/java/org/encog/neural/freeform/factory/InputSummationFactory.java index 69ee35372..896ee1cd4 100644 --- a/src/main/java/org/encog/neural/freeform/factory/InputSummationFactory.java +++ b/src/main/java/org/encog/neural/freeform/factory/InputSummationFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/task/ConnectionTask.java b/src/main/java/org/encog/neural/freeform/task/ConnectionTask.java index cfa54bdae..b2609aed1 100644 --- a/src/main/java/org/encog/neural/freeform/task/ConnectionTask.java +++ b/src/main/java/org/encog/neural/freeform/task/ConnectionTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/task/NeuronTask.java b/src/main/java/org/encog/neural/freeform/task/NeuronTask.java index fdd040767..b7d525e45 100644 --- a/src/main/java/org/encog/neural/freeform/task/NeuronTask.java +++ b/src/main/java/org/encog/neural/freeform/task/NeuronTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/training/FreeformBackPropagation.java b/src/main/java/org/encog/neural/freeform/training/FreeformBackPropagation.java index eda451a55..2e612ad3e 100644 --- a/src/main/java/org/encog/neural/freeform/training/FreeformBackPropagation.java +++ b/src/main/java/org/encog/neural/freeform/training/FreeformBackPropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java b/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java index 1e1c76ee1..b2b1ae384 100644 --- a/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java +++ b/src/main/java/org/encog/neural/freeform/training/FreeformPropagationTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/freeform/training/FreeformResilientPropagation.java b/src/main/java/org/encog/neural/freeform/training/FreeformResilientPropagation.java index 7b5fc8e96..a07951f3a 100644 --- a/src/main/java/org/encog/neural/freeform/training/FreeformResilientPropagation.java +++ b/src/main/java/org/encog/neural/freeform/training/FreeformResilientPropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/FactorHyperNEATGenome.java b/src/main/java/org/encog/neural/hyperneat/FactorHyperNEATGenome.java index a92a1366f..746db090b 100644 --- a/src/main/java/org/encog/neural/hyperneat/FactorHyperNEATGenome.java +++ b/src/main/java/org/encog/neural/hyperneat/FactorHyperNEATGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/HyperNEATCODEC.java b/src/main/java/org/encog/neural/hyperneat/HyperNEATCODEC.java index 58a61eb0d..cff892837 100644 --- a/src/main/java/org/encog/neural/hyperneat/HyperNEATCODEC.java +++ b/src/main/java/org/encog/neural/hyperneat/HyperNEATCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/HyperNEATGenome.java b/src/main/java/org/encog/neural/hyperneat/HyperNEATGenome.java index cd9658862..5db61bc76 100644 --- a/src/main/java/org/encog/neural/hyperneat/HyperNEATGenome.java +++ b/src/main/java/org/encog/neural/hyperneat/HyperNEATGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/substrate/Substrate.java b/src/main/java/org/encog/neural/hyperneat/substrate/Substrate.java index 95665c38a..1ec660e29 100644 --- a/src/main/java/org/encog/neural/hyperneat/substrate/Substrate.java +++ b/src/main/java/org/encog/neural/hyperneat/substrate/Substrate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateFactory.java b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateFactory.java index 546f35975..f853720cc 100644 --- a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateFactory.java +++ b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateLink.java b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateLink.java index f04888933..131779bb8 100644 --- a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateLink.java +++ b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateLink.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateNode.java b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateNode.java index 307a81c9d..f1695e926 100644 --- a/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateNode.java +++ b/src/main/java/org/encog/neural/hyperneat/substrate/SubstrateNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/FactorNEATGenome.java b/src/main/java/org/encog/neural/neat/FactorNEATGenome.java index 536fcdac2..6d7b6d92b 100644 --- a/src/main/java/org/encog/neural/neat/FactorNEATGenome.java +++ b/src/main/java/org/encog/neural/neat/FactorNEATGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATCODEC.java b/src/main/java/org/encog/neural/neat/NEATCODEC.java index 68a70ed70..e3e38ebec 100644 --- a/src/main/java/org/encog/neural/neat/NEATCODEC.java +++ b/src/main/java/org/encog/neural/neat/NEATCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATGenomeFactory.java b/src/main/java/org/encog/neural/neat/NEATGenomeFactory.java index de2d364bc..95e941c6d 100644 --- a/src/main/java/org/encog/neural/neat/NEATGenomeFactory.java +++ b/src/main/java/org/encog/neural/neat/NEATGenomeFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATLink.java b/src/main/java/org/encog/neural/neat/NEATLink.java index 8fcfddce3..3646b6c56 100644 --- a/src/main/java/org/encog/neural/neat/NEATLink.java +++ b/src/main/java/org/encog/neural/neat/NEATLink.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATNetwork.java b/src/main/java/org/encog/neural/neat/NEATNetwork.java index 525011b12..d26702f4b 100644 --- a/src/main/java/org/encog/neural/neat/NEATNetwork.java +++ b/src/main/java/org/encog/neural/neat/NEATNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATNeuronType.java b/src/main/java/org/encog/neural/neat/NEATNeuronType.java index d00a01b4b..177ff6894 100644 --- a/src/main/java/org/encog/neural/neat/NEATNeuronType.java +++ b/src/main/java/org/encog/neural/neat/NEATNeuronType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATPopulation.java b/src/main/java/org/encog/neural/neat/NEATPopulation.java index d5f4d95d1..b8919f32f 100644 --- a/src/main/java/org/encog/neural/neat/NEATPopulation.java +++ b/src/main/java/org/encog/neural/neat/NEATPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/NEATUtil.java b/src/main/java/org/encog/neural/neat/NEATUtil.java index 44fd004cc..e0e596164 100644 --- a/src/main/java/org/encog/neural/neat/NEATUtil.java +++ b/src/main/java/org/encog/neural/neat/NEATUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/PersistNEATPopulation.java b/src/main/java/org/encog/neural/neat/PersistNEATPopulation.java index f0603ffc5..6ad06973c 100644 --- a/src/main/java/org/encog/neural/neat/PersistNEATPopulation.java +++ b/src/main/java/org/encog/neural/neat/PersistNEATPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATBaseGene.java b/src/main/java/org/encog/neural/neat/training/NEATBaseGene.java index 697729e8d..f03f24310 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATBaseGene.java +++ b/src/main/java/org/encog/neural/neat/training/NEATBaseGene.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATGenome.java b/src/main/java/org/encog/neural/neat/training/NEATGenome.java index 856aeee1b..737787bad 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATGenome.java +++ b/src/main/java/org/encog/neural/neat/training/NEATGenome.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATInnovation.java b/src/main/java/org/encog/neural/neat/training/NEATInnovation.java index 34f5041f5..990ec5479 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATInnovation.java +++ b/src/main/java/org/encog/neural/neat/training/NEATInnovation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATInnovationList.java b/src/main/java/org/encog/neural/neat/training/NEATInnovationList.java index 765fdf265..4bdfb6511 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATInnovationList.java +++ b/src/main/java/org/encog/neural/neat/training/NEATInnovationList.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATInnovationType.java b/src/main/java/org/encog/neural/neat/training/NEATInnovationType.java index 970e0468f..a77ba3270 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATInnovationType.java +++ b/src/main/java/org/encog/neural/neat/training/NEATInnovationType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATLinkGene.java b/src/main/java/org/encog/neural/neat/training/NEATLinkGene.java index c39689440..1ce1b5b5e 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATLinkGene.java +++ b/src/main/java/org/encog/neural/neat/training/NEATLinkGene.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/NEATNeuronGene.java b/src/main/java/org/encog/neural/neat/training/NEATNeuronGene.java index 77df15a32..247d35fbb 100644 --- a/src/main/java/org/encog/neural/neat/training/NEATNeuronGene.java +++ b/src/main/java/org/encog/neural/neat/training/NEATNeuronGene.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATCrossover.java b/src/main/java/org/encog/neural/neat/training/opp/NEATCrossover.java index 66a7f2b95..accf469e6 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATCrossover.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATCrossover.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddLink.java b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddLink.java index 789bffe75..daba38196 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddLink.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddLink.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddNode.java b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddNode.java index bc4751fbd..15141049c 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddNode.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateAddNode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateRemoveLink.java b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateRemoveLink.java index f4b942e68..e29ebd8ab 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateRemoveLink.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateRemoveLink.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateWeights.java b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateWeights.java index 3f808dc72..5ca47c3b2 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATMutateWeights.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATMutateWeights.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/NEATMutation.java b/src/main/java/org/encog/neural/neat/training/opp/NEATMutation.java index 2a951dfb8..82d24a31c 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/NEATMutation.java +++ b/src/main/java/org/encog/neural/neat/training/opp/NEATMutation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/MutateLinkWeight.java b/src/main/java/org/encog/neural/neat/training/opp/links/MutateLinkWeight.java index 151aebc2a..3108f5701 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/MutateLinkWeight.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/MutateLinkWeight.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/MutatePerturbLinkWeight.java b/src/main/java/org/encog/neural/neat/training/opp/links/MutatePerturbLinkWeight.java index 9ee94654f..6e35dd10d 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/MutatePerturbLinkWeight.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/MutatePerturbLinkWeight.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/MutateResetLinkWeight.java b/src/main/java/org/encog/neural/neat/training/opp/links/MutateResetLinkWeight.java index 8b247c34d..b586b9e56 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/MutateResetLinkWeight.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/MutateResetLinkWeight.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/SelectFixed.java b/src/main/java/org/encog/neural/neat/training/opp/links/SelectFixed.java index d1e5f2279..8cbe6bab5 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/SelectFixed.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/SelectFixed.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/SelectLinks.java b/src/main/java/org/encog/neural/neat/training/opp/links/SelectLinks.java index 2a47335f9..869a8a991 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/SelectLinks.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/SelectLinks.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/opp/links/SelectProportion.java b/src/main/java/org/encog/neural/neat/training/opp/links/SelectProportion.java index 1cb56e4aa..2747cc0ef 100644 --- a/src/main/java/org/encog/neural/neat/training/opp/links/SelectProportion.java +++ b/src/main/java/org/encog/neural/neat/training/opp/links/SelectProportion.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/neat/training/species/OriginalNEATSpeciation.java b/src/main/java/org/encog/neural/neat/training/species/OriginalNEATSpeciation.java index d8ab06e12..148667cad 100644 --- a/src/main/java/org/encog/neural/neat/training/species/OriginalNEATSpeciation.java +++ b/src/main/java/org/encog/neural/neat/training/species/OriginalNEATSpeciation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/BasicNetwork.java b/src/main/java/org/encog/neural/networks/BasicNetwork.java index b3a86d397..94558183c 100644 --- a/src/main/java/org/encog/neural/networks/BasicNetwork.java +++ b/src/main/java/org/encog/neural/networks/BasicNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/ContainsFlat.java b/src/main/java/org/encog/neural/networks/ContainsFlat.java index 101a602e6..731c1b8c8 100644 --- a/src/main/java/org/encog/neural/networks/ContainsFlat.java +++ b/src/main/java/org/encog/neural/networks/ContainsFlat.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/NeuralDataMapping.java b/src/main/java/org/encog/neural/networks/NeuralDataMapping.java index d624d6641..5c4d6490f 100644 --- a/src/main/java/org/encog/neural/networks/NeuralDataMapping.java +++ b/src/main/java/org/encog/neural/networks/NeuralDataMapping.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/PersistBasicNetwork.java b/src/main/java/org/encog/neural/networks/PersistBasicNetwork.java index ff91af685..5e701dcfe 100644 --- a/src/main/java/org/encog/neural/networks/PersistBasicNetwork.java +++ b/src/main/java/org/encog/neural/networks/PersistBasicNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/layers/BasicLayer.java b/src/main/java/org/encog/neural/networks/layers/BasicLayer.java index b43e7d9fd..1b2756a74 100644 --- a/src/main/java/org/encog/neural/networks/layers/BasicLayer.java +++ b/src/main/java/org/encog/neural/networks/layers/BasicLayer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/layers/Layer.java b/src/main/java/org/encog/neural/networks/layers/Layer.java index c57a15d45..fcd005f49 100644 --- a/src/main/java/org/encog/neural/networks/layers/Layer.java +++ b/src/main/java/org/encog/neural/networks/layers/Layer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/package-info.java b/src/main/java/org/encog/neural/networks/package-info.java index 3a3d72390..f03ea5511 100644 --- a/src/main/java/org/encog/neural/networks/package-info.java +++ b/src/main/java/org/encog/neural/networks/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/structure/AnalyzeNetwork.java b/src/main/java/org/encog/neural/networks/structure/AnalyzeNetwork.java index 3de63cb72..d820f24f4 100644 --- a/src/main/java/org/encog/neural/networks/structure/AnalyzeNetwork.java +++ b/src/main/java/org/encog/neural/networks/structure/AnalyzeNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/structure/NetworkCODEC.java b/src/main/java/org/encog/neural/networks/structure/NetworkCODEC.java index a98028ae1..ed6bed7f0 100644 --- a/src/main/java/org/encog/neural/networks/structure/NetworkCODEC.java +++ b/src/main/java/org/encog/neural/networks/structure/NetworkCODEC.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/structure/NeuralStructure.java b/src/main/java/org/encog/neural/networks/structure/NeuralStructure.java index 83b333644..9b2473d84 100644 --- a/src/main/java/org/encog/neural/networks/structure/NeuralStructure.java +++ b/src/main/java/org/encog/neural/networks/structure/NeuralStructure.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/structure/package-info.java b/src/main/java/org/encog/neural/networks/structure/package-info.java index 3b95b5c83..5232af9f5 100644 --- a/src/main/java/org/encog/neural/networks/structure/package-info.java +++ b/src/main/java/org/encog/neural/networks/structure/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/BatchSize.java b/src/main/java/org/encog/neural/networks/training/BatchSize.java index 2a9b42759..c725d34ac 100644 --- a/src/main/java/org/encog/neural/networks/training/BatchSize.java +++ b/src/main/java/org/encog/neural/networks/training/BatchSize.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/LearningRate.java b/src/main/java/org/encog/neural/networks/training/LearningRate.java index d628ef839..89e0d48b5 100644 --- a/src/main/java/org/encog/neural/networks/training/LearningRate.java +++ b/src/main/java/org/encog/neural/networks/training/LearningRate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/Momentum.java b/src/main/java/org/encog/neural/networks/training/Momentum.java index 02afd97ef..881b99ee2 100644 --- a/src/main/java/org/encog/neural/networks/training/Momentum.java +++ b/src/main/java/org/encog/neural/networks/training/Momentum.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/StochasticTrainingSetScore.java b/src/main/java/org/encog/neural/networks/training/StochasticTrainingSetScore.java index 51efa338c..c3c8f447f 100644 --- a/src/main/java/org/encog/neural/networks/training/StochasticTrainingSetScore.java +++ b/src/main/java/org/encog/neural/networks/training/StochasticTrainingSetScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/Train.java b/src/main/java/org/encog/neural/networks/training/Train.java index 9c6e76435..0380fc9bb 100644 --- a/src/main/java/org/encog/neural/networks/training/Train.java +++ b/src/main/java/org/encog/neural/networks/training/Train.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/TrainingError.java b/src/main/java/org/encog/neural/networks/training/TrainingError.java index 8f7232091..7fd0cc349 100644 --- a/src/main/java/org/encog/neural/networks/training/TrainingError.java +++ b/src/main/java/org/encog/neural/networks/training/TrainingError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/TrainingSetScore.java b/src/main/java/org/encog/neural/networks/training/TrainingSetScore.java index e8c135b5a..1d62619d2 100644 --- a/src/main/java/org/encog/neural/networks/training/TrainingSetScore.java +++ b/src/main/java/org/encog/neural/networks/training/TrainingSetScore.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealing.java b/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealing.java index e4af3271d..b80b036f6 100644 --- a/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealing.java +++ b/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealing.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealingHelper.java b/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealingHelper.java index 88226c800..4f03f2c6a 100644 --- a/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealingHelper.java +++ b/src/main/java/org/encog/neural/networks/training/anneal/NeuralSimulatedAnnealingHelper.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/anneal/package-info.java b/src/main/java/org/encog/neural/networks/training/anneal/package-info.java index 73d938d6e..f32b8c278 100644 --- a/src/main/java/org/encog/neural/networks/training/anneal/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/anneal/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/ConcurrentTrainingManager.java b/src/main/java/org/encog/neural/networks/training/concurrent/ConcurrentTrainingManager.java index 266fc0e89..46e265c0a 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/ConcurrentTrainingManager.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/ConcurrentTrainingManager.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/BPROPJob.java b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/BPROPJob.java index 7b0413118..e9506e743 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/BPROPJob.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/BPROPJob.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/RPROPJob.java b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/RPROPJob.java index 36de5ada6..4be8c5f8a 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/RPROPJob.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/RPROPJob.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/TrainingJob.java b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/TrainingJob.java index 12b396516..1aae628a4 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/TrainingJob.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/TrainingJob.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/package-info.java b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/package-info.java index 8b2c3521b..2fd8e0778 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/jobs/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/jobs/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/package-info.java b/src/main/java/org/encog/neural/networks/training/concurrent/package-info.java index f4b3c767d..1867334d9 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformer.java b/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformer.java index 4bc6aed0e..f5e83d8ad 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformer.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformer.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformerCPU.java b/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformerCPU.java index 7b1c18012..742b56339 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformerCPU.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/performers/ConcurrentTrainingPerformerCPU.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/performers/PerformerTask.java b/src/main/java/org/encog/neural/networks/training/concurrent/performers/PerformerTask.java index a300443e8..57d4248e6 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/performers/PerformerTask.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/performers/PerformerTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/concurrent/performers/package-info.java b/src/main/java/org/encog/neural/networks/training/concurrent/performers/package-info.java index cd108c64d..b7b3f7ed0 100644 --- a/src/main/java/org/encog/neural/networks/training/concurrent/performers/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/concurrent/performers/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/cross/CrossTraining.java b/src/main/java/org/encog/neural/networks/training/cross/CrossTraining.java index ae7b78e1e..e68f43ee0 100644 --- a/src/main/java/org/encog/neural/networks/training/cross/CrossTraining.java +++ b/src/main/java/org/encog/neural/networks/training/cross/CrossTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/cross/CrossValidationKFold.java b/src/main/java/org/encog/neural/networks/training/cross/CrossValidationKFold.java index 10c02723b..b310c9dbf 100644 --- a/src/main/java/org/encog/neural/networks/training/cross/CrossValidationKFold.java +++ b/src/main/java/org/encog/neural/networks/training/cross/CrossValidationKFold.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/cross/NetworkFold.java b/src/main/java/org/encog/neural/networks/training/cross/NetworkFold.java index 8ca32b3bc..3f4d2edfc 100644 --- a/src/main/java/org/encog/neural/networks/training/cross/NetworkFold.java +++ b/src/main/java/org/encog/neural/networks/training/cross/NetworkFold.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/cross/package-info.java b/src/main/java/org/encog/neural/networks/training/cross/package-info.java index a2423b5e1..c2e31e1c3 100644 --- a/src/main/java/org/encog/neural/networks/training/cross/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/cross/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/lma/LevenbergMarquardtTraining.java b/src/main/java/org/encog/neural/networks/training/lma/LevenbergMarquardtTraining.java index 272087fc0..3a9afdd38 100644 --- a/src/main/java/org/encog/neural/networks/training/lma/LevenbergMarquardtTraining.java +++ b/src/main/java/org/encog/neural/networks/training/lma/LevenbergMarquardtTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/lma/package-info.java b/src/main/java/org/encog/neural/networks/training/lma/package-info.java index ebc722f84..6f8418eb8 100644 --- a/src/main/java/org/encog/neural/networks/training/lma/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/lma/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/nm/NelderMeadTraining.java b/src/main/java/org/encog/neural/networks/training/nm/NelderMeadTraining.java index 827a77087..099d9d985 100644 --- a/src/main/java/org/encog/neural/networks/training/nm/NelderMeadTraining.java +++ b/src/main/java/org/encog/neural/networks/training/nm/NelderMeadTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/package-info.java b/src/main/java/org/encog/neural/networks/training/package-info.java index a8ad5a400..28830fa29 100644 --- a/src/main/java/org/encog/neural/networks/training/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pnn/CalculationCriteria.java b/src/main/java/org/encog/neural/networks/training/pnn/CalculationCriteria.java index 65f71451c..efdbdeffe 100644 --- a/src/main/java/org/encog/neural/networks/training/pnn/CalculationCriteria.java +++ b/src/main/java/org/encog/neural/networks/training/pnn/CalculationCriteria.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pnn/DeriveMinimum.java b/src/main/java/org/encog/neural/networks/training/pnn/DeriveMinimum.java index 92859ea2b..178734144 100644 --- a/src/main/java/org/encog/neural/networks/training/pnn/DeriveMinimum.java +++ b/src/main/java/org/encog/neural/networks/training/pnn/DeriveMinimum.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pnn/GlobalMinimumSearch.java b/src/main/java/org/encog/neural/networks/training/pnn/GlobalMinimumSearch.java index 1b3beff43..2df151340 100644 --- a/src/main/java/org/encog/neural/networks/training/pnn/GlobalMinimumSearch.java +++ b/src/main/java/org/encog/neural/networks/training/pnn/GlobalMinimumSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pnn/TrainBasicPNN.java b/src/main/java/org/encog/neural/networks/training/pnn/TrainBasicPNN.java index 779ec6dc6..bcee6de0d 100644 --- a/src/main/java/org/encog/neural/networks/training/pnn/TrainBasicPNN.java +++ b/src/main/java/org/encog/neural/networks/training/pnn/TrainBasicPNN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pnn/package-info.java b/src/main/java/org/encog/neural/networks/training/pnn/package-info.java index 80c7bd503..d985560da 100644 --- a/src/main/java/org/encog/neural/networks/training/pnn/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/pnn/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/GradientWorker.java b/src/main/java/org/encog/neural/networks/training/propagation/GradientWorker.java index 23ddc13db..69c5364c4 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/GradientWorker.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/GradientWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/GradientWorkerOwner.java b/src/main/java/org/encog/neural/networks/training/propagation/GradientWorkerOwner.java index 3a3f21a37..528c16a5f 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/GradientWorkerOwner.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/GradientWorkerOwner.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/PersistTrainingContinuation.java b/src/main/java/org/encog/neural/networks/training/propagation/PersistTrainingContinuation.java index fb53bf2f3..906c81bdf 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/PersistTrainingContinuation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/PersistTrainingContinuation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/Propagation.java b/src/main/java/org/encog/neural/networks/training/propagation/Propagation.java index c172d67a1..5b23835af 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/Propagation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/Propagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/TrainingContinuation.java b/src/main/java/org/encog/neural/networks/training/propagation/TrainingContinuation.java index 85b08c4f6..af24681c6 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/TrainingContinuation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/TrainingContinuation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/back/Backpropagation.java b/src/main/java/org/encog/neural/networks/training/propagation/back/Backpropagation.java index f2f967261..510164d7f 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/back/Backpropagation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/back/Backpropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/back/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/back/package-info.java index a821d48c1..df2e1abca 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/back/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/back/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/manhattan/ManhattanPropagation.java b/src/main/java/org/encog/neural/networks/training/propagation/manhattan/ManhattanPropagation.java index d49f38f2b..58942f60c 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/manhattan/ManhattanPropagation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/manhattan/ManhattanPropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/manhattan/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/manhattan/package-info.java index ec1863f5b..a2e6785d4 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/manhattan/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/manhattan/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/package-info.java index 3e98abeaf..67df2cf5c 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/quick/QuickPropagation.java b/src/main/java/org/encog/neural/networks/training/propagation/quick/QuickPropagation.java index da291f1ec..4071d7598 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/quick/QuickPropagation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/quick/QuickPropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/quick/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/quick/package-info.java index e30ac0cfc..44671988d 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/quick/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/quick/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPConst.java b/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPConst.java index b6e1dff0e..5d818d4e2 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPConst.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPConst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPType.java b/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPType.java index e745b9d8f..9e0620e9f 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPType.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/resilient/RPROPType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/resilient/ResilientPropagation.java b/src/main/java/org/encog/neural/networks/training/propagation/resilient/ResilientPropagation.java index c929fff4b..40ec5b8c5 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/resilient/ResilientPropagation.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/resilient/ResilientPropagation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/resilient/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/resilient/package-info.java index 20733ac13..103182f85 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/resilient/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/resilient/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/scg/ScaledConjugateGradient.java b/src/main/java/org/encog/neural/networks/training/propagation/scg/ScaledConjugateGradient.java index 05e46d1ac..6b199fbd9 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/scg/ScaledConjugateGradient.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/scg/ScaledConjugateGradient.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/scg/package-info.java b/src/main/java/org/encog/neural/networks/training/propagation/scg/package-info.java index c8a7d9fa8..bc30d9c92 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/scg/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/scg/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/BatchDataSet.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/BatchDataSet.java index 9ef586f18..6606aaf79 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/BatchDataSet.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/BatchDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/StochasticGradientDescent.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/StochasticGradientDescent.java index 690d29725..4f849d4ea 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/StochasticGradientDescent.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/StochasticGradientDescent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdaGradUpdate.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdaGradUpdate.java index 3a2c68351..4031b8340 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdaGradUpdate.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdaGradUpdate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdamUpdate.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdamUpdate.java index 7767b81f7..963c3c4b3 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdamUpdate.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/AdamUpdate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/MomentumUpdate.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/MomentumUpdate.java index d885d05ba..e3c8f1671 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/MomentumUpdate.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/MomentumUpdate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/NesterovUpdate.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/NesterovUpdate.java index e230dd662..8dff7899d 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/NesterovUpdate.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/NesterovUpdate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/RMSPropUpdate.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/RMSPropUpdate.java index a6788e368..53b1b3a29 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/RMSPropUpdate.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/RMSPropUpdate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/UpdateRule.java b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/UpdateRule.java index 05f568833..de0b9f442 100644 --- a/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/UpdateRule.java +++ b/src/main/java/org/encog/neural/networks/training/propagation/sgd/update/UpdateRule.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pso/NeuralPSO.java b/src/main/java/org/encog/neural/networks/training/pso/NeuralPSO.java index 50e4c5dcc..5fd75564f 100644 --- a/src/main/java/org/encog/neural/networks/training/pso/NeuralPSO.java +++ b/src/main/java/org/encog/neural/networks/training/pso/NeuralPSO.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/pso/NeuralPSOWorker.java b/src/main/java/org/encog/neural/networks/training/pso/NeuralPSOWorker.java index b27255165..b421d20f1 100644 --- a/src/main/java/org/encog/neural/networks/training/pso/NeuralPSOWorker.java +++ b/src/main/java/org/encog/neural/networks/training/pso/NeuralPSOWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/simple/TrainAdaline.java b/src/main/java/org/encog/neural/networks/training/simple/TrainAdaline.java index 16bb64baa..4736d2005 100644 --- a/src/main/java/org/encog/neural/networks/training/simple/TrainAdaline.java +++ b/src/main/java/org/encog/neural/networks/training/simple/TrainAdaline.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/simple/package-info.java b/src/main/java/org/encog/neural/networks/training/simple/package-info.java index 5d19cbd8e..bfd6b8073 100644 --- a/src/main/java/org/encog/neural/networks/training/simple/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/simple/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/strategy/RegularizationStrategy.java b/src/main/java/org/encog/neural/networks/training/strategy/RegularizationStrategy.java index 331c377fd..f989f978d 100644 --- a/src/main/java/org/encog/neural/networks/training/strategy/RegularizationStrategy.java +++ b/src/main/java/org/encog/neural/networks/training/strategy/RegularizationStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/strategy/SmartLearningRate.java b/src/main/java/org/encog/neural/networks/training/strategy/SmartLearningRate.java index 6589746bb..ef6b5b95d 100644 --- a/src/main/java/org/encog/neural/networks/training/strategy/SmartLearningRate.java +++ b/src/main/java/org/encog/neural/networks/training/strategy/SmartLearningRate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/strategy/SmartMomentum.java b/src/main/java/org/encog/neural/networks/training/strategy/SmartMomentum.java index 2b3fb2a91..6d8cca8d8 100644 --- a/src/main/java/org/encog/neural/networks/training/strategy/SmartMomentum.java +++ b/src/main/java/org/encog/neural/networks/training/strategy/SmartMomentum.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/networks/training/strategy/package-info.java b/src/main/java/org/encog/neural/networks/training/strategy/package-info.java index 3f0d37dcb..25f59cec6 100644 --- a/src/main/java/org/encog/neural/networks/training/strategy/package-info.java +++ b/src/main/java/org/encog/neural/networks/training/strategy/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/ADALINEPattern.java b/src/main/java/org/encog/neural/pattern/ADALINEPattern.java index 62c74d439..89b9f10e2 100644 --- a/src/main/java/org/encog/neural/pattern/ADALINEPattern.java +++ b/src/main/java/org/encog/neural/pattern/ADALINEPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/ART1Pattern.java b/src/main/java/org/encog/neural/pattern/ART1Pattern.java index 8905710aa..f8fb7832c 100644 --- a/src/main/java/org/encog/neural/pattern/ART1Pattern.java +++ b/src/main/java/org/encog/neural/pattern/ART1Pattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/BAMPattern.java b/src/main/java/org/encog/neural/pattern/BAMPattern.java index 7d9e32bb1..6be5b45ed 100644 --- a/src/main/java/org/encog/neural/pattern/BAMPattern.java +++ b/src/main/java/org/encog/neural/pattern/BAMPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/BoltzmannPattern.java b/src/main/java/org/encog/neural/pattern/BoltzmannPattern.java index 7c7287699..7848eb31e 100644 --- a/src/main/java/org/encog/neural/pattern/BoltzmannPattern.java +++ b/src/main/java/org/encog/neural/pattern/BoltzmannPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/CPNPattern.java b/src/main/java/org/encog/neural/pattern/CPNPattern.java index 5651d7c0d..59c6d276c 100644 --- a/src/main/java/org/encog/neural/pattern/CPNPattern.java +++ b/src/main/java/org/encog/neural/pattern/CPNPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/ElmanPattern.java b/src/main/java/org/encog/neural/pattern/ElmanPattern.java index 92685b9b3..55b77e977 100644 --- a/src/main/java/org/encog/neural/pattern/ElmanPattern.java +++ b/src/main/java/org/encog/neural/pattern/ElmanPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/FeedForwardPattern.java b/src/main/java/org/encog/neural/pattern/FeedForwardPattern.java index e6d0b61a5..92e11b86e 100644 --- a/src/main/java/org/encog/neural/pattern/FeedForwardPattern.java +++ b/src/main/java/org/encog/neural/pattern/FeedForwardPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/HopfieldPattern.java b/src/main/java/org/encog/neural/pattern/HopfieldPattern.java index 43fbc0128..fe3055ca3 100644 --- a/src/main/java/org/encog/neural/pattern/HopfieldPattern.java +++ b/src/main/java/org/encog/neural/pattern/HopfieldPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/JordanPattern.java b/src/main/java/org/encog/neural/pattern/JordanPattern.java index ab70be09b..939753838 100644 --- a/src/main/java/org/encog/neural/pattern/JordanPattern.java +++ b/src/main/java/org/encog/neural/pattern/JordanPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/NeuralNetworkPattern.java b/src/main/java/org/encog/neural/pattern/NeuralNetworkPattern.java index 8474cea8b..18d018832 100644 --- a/src/main/java/org/encog/neural/pattern/NeuralNetworkPattern.java +++ b/src/main/java/org/encog/neural/pattern/NeuralNetworkPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/PNNPattern.java b/src/main/java/org/encog/neural/pattern/PNNPattern.java index c20fe3147..108f80726 100644 --- a/src/main/java/org/encog/neural/pattern/PNNPattern.java +++ b/src/main/java/org/encog/neural/pattern/PNNPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/PatternError.java b/src/main/java/org/encog/neural/pattern/PatternError.java index 5e99808b9..ef29459ed 100644 --- a/src/main/java/org/encog/neural/pattern/PatternError.java +++ b/src/main/java/org/encog/neural/pattern/PatternError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/RadialBasisPattern.java b/src/main/java/org/encog/neural/pattern/RadialBasisPattern.java index 32ccbb102..75baab8db 100644 --- a/src/main/java/org/encog/neural/pattern/RadialBasisPattern.java +++ b/src/main/java/org/encog/neural/pattern/RadialBasisPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/SOMPattern.java b/src/main/java/org/encog/neural/pattern/SOMPattern.java index 81d94ab20..786f8b04d 100644 --- a/src/main/java/org/encog/neural/pattern/SOMPattern.java +++ b/src/main/java/org/encog/neural/pattern/SOMPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/SVMPattern.java b/src/main/java/org/encog/neural/pattern/SVMPattern.java index beacfcfc7..10de9a12e 100644 --- a/src/main/java/org/encog/neural/pattern/SVMPattern.java +++ b/src/main/java/org/encog/neural/pattern/SVMPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pattern/package-info.java b/src/main/java/org/encog/neural/pattern/package-info.java index ec4d4acfe..e28b25e20 100644 --- a/src/main/java/org/encog/neural/pattern/package-info.java +++ b/src/main/java/org/encog/neural/pattern/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/AbstractPNN.java b/src/main/java/org/encog/neural/pnn/AbstractPNN.java index 0e40831a2..a025e8d4e 100644 --- a/src/main/java/org/encog/neural/pnn/AbstractPNN.java +++ b/src/main/java/org/encog/neural/pnn/AbstractPNN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/BasicPNN.java b/src/main/java/org/encog/neural/pnn/BasicPNN.java index 3499246d2..1b0a3b7a0 100644 --- a/src/main/java/org/encog/neural/pnn/BasicPNN.java +++ b/src/main/java/org/encog/neural/pnn/BasicPNN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/PNNKernelType.java b/src/main/java/org/encog/neural/pnn/PNNKernelType.java index c938aae0d..64d2f446d 100644 --- a/src/main/java/org/encog/neural/pnn/PNNKernelType.java +++ b/src/main/java/org/encog/neural/pnn/PNNKernelType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/PNNOutputMode.java b/src/main/java/org/encog/neural/pnn/PNNOutputMode.java index b2b7788cc..adfbe2004 100644 --- a/src/main/java/org/encog/neural/pnn/PNNOutputMode.java +++ b/src/main/java/org/encog/neural/pnn/PNNOutputMode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/PersistBasicPNN.java b/src/main/java/org/encog/neural/pnn/PersistBasicPNN.java index cac1e1ced..bd3427fc5 100644 --- a/src/main/java/org/encog/neural/pnn/PersistBasicPNN.java +++ b/src/main/java/org/encog/neural/pnn/PersistBasicPNN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/pnn/package-info.java b/src/main/java/org/encog/neural/pnn/package-info.java index 83693eb0c..1e0b54202 100644 --- a/src/main/java/org/encog/neural/pnn/package-info.java +++ b/src/main/java/org/encog/neural/pnn/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/prune/HiddenLayerParams.java b/src/main/java/org/encog/neural/prune/HiddenLayerParams.java index 1e48c93be..8c7369e30 100644 --- a/src/main/java/org/encog/neural/prune/HiddenLayerParams.java +++ b/src/main/java/org/encog/neural/prune/HiddenLayerParams.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/prune/NetworkPattern.java b/src/main/java/org/encog/neural/prune/NetworkPattern.java index 692664593..35777443d 100644 --- a/src/main/java/org/encog/neural/prune/NetworkPattern.java +++ b/src/main/java/org/encog/neural/prune/NetworkPattern.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/prune/PruneIncremental.java b/src/main/java/org/encog/neural/prune/PruneIncremental.java index 03584d7be..f5692861b 100644 --- a/src/main/java/org/encog/neural/prune/PruneIncremental.java +++ b/src/main/java/org/encog/neural/prune/PruneIncremental.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/prune/PruneSelective.java b/src/main/java/org/encog/neural/prune/PruneSelective.java index 29159c318..dfdd8c8c5 100644 --- a/src/main/java/org/encog/neural/prune/PruneSelective.java +++ b/src/main/java/org/encog/neural/prune/PruneSelective.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/prune/package-info.java b/src/main/java/org/encog/neural/prune/package-info.java index 8a2fdbc35..da9bfd00a 100644 --- a/src/main/java/org/encog/neural/prune/package-info.java +++ b/src/main/java/org/encog/neural/prune/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/PersistRBFNetwork.java b/src/main/java/org/encog/neural/rbf/PersistRBFNetwork.java index d13ca9ae2..7a056ff67 100644 --- a/src/main/java/org/encog/neural/rbf/PersistRBFNetwork.java +++ b/src/main/java/org/encog/neural/rbf/PersistRBFNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/RBFNetwork.java b/src/main/java/org/encog/neural/rbf/RBFNetwork.java index 4265a7364..cec9a3e60 100644 --- a/src/main/java/org/encog/neural/rbf/RBFNetwork.java +++ b/src/main/java/org/encog/neural/rbf/RBFNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/package-info.java b/src/main/java/org/encog/neural/rbf/package-info.java index 4e0a20714..cd22b466b 100644 --- a/src/main/java/org/encog/neural/rbf/package-info.java +++ b/src/main/java/org/encog/neural/rbf/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/training/SVD.java b/src/main/java/org/encog/neural/rbf/training/SVD.java index d7593d280..b5cd1eb20 100644 --- a/src/main/java/org/encog/neural/rbf/training/SVD.java +++ b/src/main/java/org/encog/neural/rbf/training/SVD.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/training/SVDTraining.java b/src/main/java/org/encog/neural/rbf/training/SVDTraining.java index 3b8e050c2..1c3a05814 100644 --- a/src/main/java/org/encog/neural/rbf/training/SVDTraining.java +++ b/src/main/java/org/encog/neural/rbf/training/SVDTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/rbf/training/package-info.java b/src/main/java/org/encog/neural/rbf/training/package-info.java index 3eef42e0e..b82722d58 100644 --- a/src/main/java/org/encog/neural/rbf/training/package-info.java +++ b/src/main/java/org/encog/neural/rbf/training/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/PersistSOM.java b/src/main/java/org/encog/neural/som/PersistSOM.java index 617a63476..9c1a8e2da 100644 --- a/src/main/java/org/encog/neural/som/PersistSOM.java +++ b/src/main/java/org/encog/neural/som/PersistSOM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/SOM.java b/src/main/java/org/encog/neural/som/SOM.java index e32f36184..8e4d654cc 100644 --- a/src/main/java/org/encog/neural/som/SOM.java +++ b/src/main/java/org/encog/neural/som/SOM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/package-info.java b/src/main/java/org/encog/neural/som/package-info.java index 6e82bd5fd..1dce0a69f 100644 --- a/src/main/java/org/encog/neural/som/package-info.java +++ b/src/main/java/org/encog/neural/som/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/BasicTrainSOM.java b/src/main/java/org/encog/neural/som/training/basic/BasicTrainSOM.java index 6b1d3f5b5..a80ec36b8 100644 --- a/src/main/java/org/encog/neural/som/training/basic/BasicTrainSOM.java +++ b/src/main/java/org/encog/neural/som/training/basic/BasicTrainSOM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/BestMatchingUnit.java b/src/main/java/org/encog/neural/som/training/basic/BestMatchingUnit.java index 46edef91d..fbd48abe2 100644 --- a/src/main/java/org/encog/neural/som/training/basic/BestMatchingUnit.java +++ b/src/main/java/org/encog/neural/som/training/basic/BestMatchingUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodBubble.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodBubble.java index bd44d6919..f7f8c5962 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodBubble.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodBubble.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodFunction.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodFunction.java index f91f4a613..e8ee58125 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodFunction.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodFunction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF.java index ede30ae8b..169f8fc00 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF1D.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF1D.java index 29fba4f6e..06de8c16d 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF1D.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodRBF1D.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodSingle.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodSingle.java index e7e6b0d66..d2d3ac918 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodSingle.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/NeighborhoodSingle.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/neighborhood/package-info.java b/src/main/java/org/encog/neural/som/training/basic/neighborhood/package-info.java index 488e31718..5299c0c8b 100644 --- a/src/main/java/org/encog/neural/som/training/basic/neighborhood/package-info.java +++ b/src/main/java/org/encog/neural/som/training/basic/neighborhood/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/basic/package-info.java b/src/main/java/org/encog/neural/som/training/basic/package-info.java index 77f1be8ea..643cc4a96 100644 --- a/src/main/java/org/encog/neural/som/training/basic/package-info.java +++ b/src/main/java/org/encog/neural/som/training/basic/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/clustercopy/SOMClusterCopyTraining.java b/src/main/java/org/encog/neural/som/training/clustercopy/SOMClusterCopyTraining.java index cad944dcf..b5166ae38 100644 --- a/src/main/java/org/encog/neural/som/training/clustercopy/SOMClusterCopyTraining.java +++ b/src/main/java/org/encog/neural/som/training/clustercopy/SOMClusterCopyTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/clustercopy/package-info.java b/src/main/java/org/encog/neural/som/training/clustercopy/package-info.java index 58a955eeb..1904d29d6 100644 --- a/src/main/java/org/encog/neural/som/training/clustercopy/package-info.java +++ b/src/main/java/org/encog/neural/som/training/clustercopy/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/som/training/package-info.java b/src/main/java/org/encog/neural/som/training/package-info.java index f55f3cdfe..95aa7194b 100644 --- a/src/main/java/org/encog/neural/som/training/package-info.java +++ b/src/main/java/org/encog/neural/som/training/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/BoltzmannMachine.java b/src/main/java/org/encog/neural/thermal/BoltzmannMachine.java index 5b9c98a89..b9f5c86d0 100644 --- a/src/main/java/org/encog/neural/thermal/BoltzmannMachine.java +++ b/src/main/java/org/encog/neural/thermal/BoltzmannMachine.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/HopfieldNetwork.java b/src/main/java/org/encog/neural/thermal/HopfieldNetwork.java index 0b20012e9..8bc6df083 100644 --- a/src/main/java/org/encog/neural/thermal/HopfieldNetwork.java +++ b/src/main/java/org/encog/neural/thermal/HopfieldNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/PersistBoltzmann.java b/src/main/java/org/encog/neural/thermal/PersistBoltzmann.java index 0d6113e8c..19d60d28f 100644 --- a/src/main/java/org/encog/neural/thermal/PersistBoltzmann.java +++ b/src/main/java/org/encog/neural/thermal/PersistBoltzmann.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/PersistHopfield.java b/src/main/java/org/encog/neural/thermal/PersistHopfield.java index 8de2478ff..099e2e66f 100644 --- a/src/main/java/org/encog/neural/thermal/PersistHopfield.java +++ b/src/main/java/org/encog/neural/thermal/PersistHopfield.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/ThermalNetwork.java b/src/main/java/org/encog/neural/thermal/ThermalNetwork.java index 5f94be1cc..93efd260d 100644 --- a/src/main/java/org/encog/neural/thermal/ThermalNetwork.java +++ b/src/main/java/org/encog/neural/thermal/ThermalNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/neural/thermal/package-info.java b/src/main/java/org/encog/neural/thermal/package-info.java index 0c3425652..5b78caee7 100644 --- a/src/main/java/org/encog/neural/thermal/package-info.java +++ b/src/main/java/org/encog/neural/thermal/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/ParseError.java b/src/main/java/org/encog/parse/ParseError.java index e41e4c92a..abba332a2 100644 --- a/src/main/java/org/encog/parse/ParseError.java +++ b/src/main/java/org/encog/parse/ParseError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/PeekableInputStream.java b/src/main/java/org/encog/parse/PeekableInputStream.java index dd60af721..29f3eb2aa 100644 --- a/src/main/java/org/encog/parse/PeekableInputStream.java +++ b/src/main/java/org/encog/parse/PeekableInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/CommonRender.java b/src/main/java/org/encog/parse/expression/CommonRender.java index 7b53bd71a..21068fe9a 100644 --- a/src/main/java/org/encog/parse/expression/CommonRender.java +++ b/src/main/java/org/encog/parse/expression/CommonRender.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/ExpressionNodeType.java b/src/main/java/org/encog/parse/expression/ExpressionNodeType.java index 29ca71e1c..df12e2cce 100644 --- a/src/main/java/org/encog/parse/expression/ExpressionNodeType.java +++ b/src/main/java/org/encog/parse/expression/ExpressionNodeType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/common/ParseCommonExpression.java b/src/main/java/org/encog/parse/expression/common/ParseCommonExpression.java index 9b8404f84..866ceeb93 100644 --- a/src/main/java/org/encog/parse/expression/common/ParseCommonExpression.java +++ b/src/main/java/org/encog/parse/expression/common/ParseCommonExpression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/common/RenderCommonExpression.java b/src/main/java/org/encog/parse/expression/common/RenderCommonExpression.java index 40e6dbdf0..39aae6461 100644 --- a/src/main/java/org/encog/parse/expression/common/RenderCommonExpression.java +++ b/src/main/java/org/encog/parse/expression/common/RenderCommonExpression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/epl/ParseEPL.java b/src/main/java/org/encog/parse/expression/epl/ParseEPL.java index 5edbab3d0..c6a858587 100644 --- a/src/main/java/org/encog/parse/expression/epl/ParseEPL.java +++ b/src/main/java/org/encog/parse/expression/epl/ParseEPL.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/epl/RenderEPL.java b/src/main/java/org/encog/parse/expression/epl/RenderEPL.java index 111350587..ef695c858 100644 --- a/src/main/java/org/encog/parse/expression/epl/RenderEPL.java +++ b/src/main/java/org/encog/parse/expression/epl/RenderEPL.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/latex/RenderLatexExpression.java b/src/main/java/org/encog/parse/expression/latex/RenderLatexExpression.java index 994781a3c..147ce0796 100644 --- a/src/main/java/org/encog/parse/expression/latex/RenderLatexExpression.java +++ b/src/main/java/org/encog/parse/expression/latex/RenderLatexExpression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/expression/rpn/RenderRPN.java b/src/main/java/org/encog/parse/expression/rpn/RenderRPN.java index 5edd17056..36d447212 100644 --- a/src/main/java/org/encog/parse/expression/rpn/RenderRPN.java +++ b/src/main/java/org/encog/parse/expression/rpn/RenderRPN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/Tag.java b/src/main/java/org/encog/parse/tags/Tag.java index ff270cb56..99ef7951d 100644 --- a/src/main/java/org/encog/parse/tags/Tag.java +++ b/src/main/java/org/encog/parse/tags/Tag.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/TagConst.java b/src/main/java/org/encog/parse/tags/TagConst.java index 0c3799595..1264f5a9b 100644 --- a/src/main/java/org/encog/parse/tags/TagConst.java +++ b/src/main/java/org/encog/parse/tags/TagConst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/read/ReadHTML.java b/src/main/java/org/encog/parse/tags/read/ReadHTML.java index 44c5d82bd..afc584902 100644 --- a/src/main/java/org/encog/parse/tags/read/ReadHTML.java +++ b/src/main/java/org/encog/parse/tags/read/ReadHTML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/read/ReadTags.java b/src/main/java/org/encog/parse/tags/read/ReadTags.java index 615b3d055..deb07621a 100644 --- a/src/main/java/org/encog/parse/tags/read/ReadTags.java +++ b/src/main/java/org/encog/parse/tags/read/ReadTags.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/read/ReadXML.java b/src/main/java/org/encog/parse/tags/read/ReadXML.java index 5b62005d0..983123d25 100644 --- a/src/main/java/org/encog/parse/tags/read/ReadXML.java +++ b/src/main/java/org/encog/parse/tags/read/ReadXML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/write/WriteTags.java b/src/main/java/org/encog/parse/tags/write/WriteTags.java index d69fbe3e0..dec312f3d 100644 --- a/src/main/java/org/encog/parse/tags/write/WriteTags.java +++ b/src/main/java/org/encog/parse/tags/write/WriteTags.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/parse/tags/write/WriteXML.java b/src/main/java/org/encog/parse/tags/write/WriteXML.java index d7976e13f..487798a7d 100644 --- a/src/main/java/org/encog/parse/tags/write/WriteXML.java +++ b/src/main/java/org/encog/parse/tags/write/WriteXML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/EncogDirectoryPersistence.java b/src/main/java/org/encog/persist/EncogDirectoryPersistence.java index c1bfe868a..b461fa045 100644 --- a/src/main/java/org/encog/persist/EncogDirectoryPersistence.java +++ b/src/main/java/org/encog/persist/EncogDirectoryPersistence.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/EncogFileSection.java b/src/main/java/org/encog/persist/EncogFileSection.java index 7e99583c5..5794c186d 100644 --- a/src/main/java/org/encog/persist/EncogFileSection.java +++ b/src/main/java/org/encog/persist/EncogFileSection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/EncogPersistor.java b/src/main/java/org/encog/persist/EncogPersistor.java index 22440cea6..18e241b76 100644 --- a/src/main/java/org/encog/persist/EncogPersistor.java +++ b/src/main/java/org/encog/persist/EncogPersistor.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/EncogReadHelper.java b/src/main/java/org/encog/persist/EncogReadHelper.java index ce3258055..68df7f055 100644 --- a/src/main/java/org/encog/persist/EncogReadHelper.java +++ b/src/main/java/org/encog/persist/EncogReadHelper.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/EncogWriteHelper.java b/src/main/java/org/encog/persist/EncogWriteHelper.java index 8f28667f5..85e9272ab 100644 --- a/src/main/java/org/encog/persist/EncogWriteHelper.java +++ b/src/main/java/org/encog/persist/EncogWriteHelper.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/PersistConst.java b/src/main/java/org/encog/persist/PersistConst.java index fdb3cc0ec..1374b9e31 100644 --- a/src/main/java/org/encog/persist/PersistConst.java +++ b/src/main/java/org/encog/persist/PersistConst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/PersistError.java b/src/main/java/org/encog/persist/PersistError.java index 05f351d9b..f74f9e03e 100644 --- a/src/main/java/org/encog/persist/PersistError.java +++ b/src/main/java/org/encog/persist/PersistError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/PersistorRegistry.java b/src/main/java/org/encog/persist/PersistorRegistry.java index 1edfd649e..d55101a21 100644 --- a/src/main/java/org/encog/persist/PersistorRegistry.java +++ b/src/main/java/org/encog/persist/PersistorRegistry.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/package-info.java b/src/main/java/org/encog/persist/package-info.java index 65e0e2854..7cbd68f3c 100644 --- a/src/main/java/org/encog/persist/package-info.java +++ b/src/main/java/org/encog/persist/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/source/ObtainFallbackStream.java b/src/main/java/org/encog/persist/source/ObtainFallbackStream.java index 9ebaf6731..8246df447 100644 --- a/src/main/java/org/encog/persist/source/ObtainFallbackStream.java +++ b/src/main/java/org/encog/persist/source/ObtainFallbackStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/source/ObtainFileInputStream.java b/src/main/java/org/encog/persist/source/ObtainFileInputStream.java index 18b8eb6fa..98cdabeb1 100644 --- a/src/main/java/org/encog/persist/source/ObtainFileInputStream.java +++ b/src/main/java/org/encog/persist/source/ObtainFileInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/source/ObtainInputStream.java b/src/main/java/org/encog/persist/source/ObtainInputStream.java index 394a69500..cb2cbcb5c 100644 --- a/src/main/java/org/encog/persist/source/ObtainInputStream.java +++ b/src/main/java/org/encog/persist/source/ObtainInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/persist/source/ObtainResourceInputStream.java b/src/main/java/org/encog/persist/source/ObtainResourceInputStream.java index 0d79aabef..ca6b23bbd 100644 --- a/src/main/java/org/encog/persist/source/ObtainResourceInputStream.java +++ b/src/main/java/org/encog/persist/source/ObtainResourceInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/EncogPlatformSpecific.java b/src/main/java/org/encog/platformspecific/j2se/EncogPlatformSpecific.java index 93ca24bbd..1e45b4c06 100644 --- a/src/main/java/org/encog/platformspecific/j2se/EncogPlatformSpecific.java +++ b/src/main/java/org/encog/platformspecific/j2se/EncogPlatformSpecific.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/TrainingDialog.java b/src/main/java/org/encog/platformspecific/j2se/TrainingDialog.java index 5815911c4..245696502 100644 --- a/src/main/java/org/encog/platformspecific/j2se/TrainingDialog.java +++ b/src/main/java/org/encog/platformspecific/j2se/TrainingDialog.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/data/SQLNeuralDataSet.java b/src/main/java/org/encog/platformspecific/j2se/data/SQLNeuralDataSet.java index 899ace463..eb6f8c8df 100644 --- a/src/main/java/org/encog/platformspecific/j2se/data/SQLNeuralDataSet.java +++ b/src/main/java/org/encog/platformspecific/j2se/data/SQLNeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLData.java b/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLData.java index 97b26dd9f..fb66b858a 100644 --- a/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLData.java +++ b/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLDataSet.java b/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLDataSet.java index 92d7f841a..57710144c 100644 --- a/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLDataSet.java +++ b/src/main/java/org/encog/platformspecific/j2se/data/image/ImageMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/platformspecific/j2se/data/image/package-info.java b/src/main/java/org/encog/platformspecific/j2se/data/image/package-info.java index d434f5fbe..a8d30c0a4 100644 --- a/src/main/java/org/encog/platformspecific/j2se/data/image/package-info.java +++ b/src/main/java/org/encog/platformspecific/j2se/data/image/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/EncogPluginBase.java b/src/main/java/org/encog/plugin/EncogPluginBase.java index b159b0dda..3f7046915 100644 --- a/src/main/java/org/encog/plugin/EncogPluginBase.java +++ b/src/main/java/org/encog/plugin/EncogPluginBase.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/EncogPluginLogging1.java b/src/main/java/org/encog/plugin/EncogPluginLogging1.java index 33abb0127..6d9d762f3 100644 --- a/src/main/java/org/encog/plugin/EncogPluginLogging1.java +++ b/src/main/java/org/encog/plugin/EncogPluginLogging1.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/EncogPluginService1.java b/src/main/java/org/encog/plugin/EncogPluginService1.java index 6357b2880..f1db8b9b2 100644 --- a/src/main/java/org/encog/plugin/EncogPluginService1.java +++ b/src/main/java/org/encog/plugin/EncogPluginService1.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/package-info.java b/src/main/java/org/encog/plugin/package-info.java index df8eff7ca..59ca9a080 100644 --- a/src/main/java/org/encog/plugin/package-info.java +++ b/src/main/java/org/encog/plugin/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/system/SystemActivationPlugin.java b/src/main/java/org/encog/plugin/system/SystemActivationPlugin.java index b5b5650d5..d3e205103 100644 --- a/src/main/java/org/encog/plugin/system/SystemActivationPlugin.java +++ b/src/main/java/org/encog/plugin/system/SystemActivationPlugin.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/system/SystemLoggingPlugin.java b/src/main/java/org/encog/plugin/system/SystemLoggingPlugin.java index 47a47f571..3ef613dbc 100644 --- a/src/main/java/org/encog/plugin/system/SystemLoggingPlugin.java +++ b/src/main/java/org/encog/plugin/system/SystemLoggingPlugin.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/system/SystemMethodsPlugin.java b/src/main/java/org/encog/plugin/system/SystemMethodsPlugin.java index 763221ce8..a54dee0af 100644 --- a/src/main/java/org/encog/plugin/system/SystemMethodsPlugin.java +++ b/src/main/java/org/encog/plugin/system/SystemMethodsPlugin.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/system/SystemTrainingPlugin.java b/src/main/java/org/encog/plugin/system/SystemTrainingPlugin.java index 103f6874e..d0a606a02 100644 --- a/src/main/java/org/encog/plugin/system/SystemTrainingPlugin.java +++ b/src/main/java/org/encog/plugin/system/SystemTrainingPlugin.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/plugin/system/package-info.java b/src/main/java/org/encog/plugin/system/package-info.java index 7fb0c96e9..5cb350bba 100644 --- a/src/main/java/org/encog/plugin/system/package-info.java +++ b/src/main/java/org/encog/plugin/system/package-info.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/EncogValidate.java b/src/main/java/org/encog/util/EncogValidate.java index 883bcd05d..3798be421 100644 --- a/src/main/java/org/encog/util/EncogValidate.java +++ b/src/main/java/org/encog/util/EncogValidate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/EngineArray.java b/src/main/java/org/encog/util/EngineArray.java index 5b73048cf..fc8855c1a 100644 --- a/src/main/java/org/encog/util/EngineArray.java +++ b/src/main/java/org/encog/util/EngineArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/Format.java b/src/main/java/org/encog/util/Format.java index 36ea15568..a4c08d6f0 100644 --- a/src/main/java/org/encog/util/Format.java +++ b/src/main/java/org/encog/util/Format.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/HTMLReport.java b/src/main/java/org/encog/util/HTMLReport.java index 1f16e5712..6bfc7669e 100644 --- a/src/main/java/org/encog/util/HTMLReport.java +++ b/src/main/java/org/encog/util/HTMLReport.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/ImageSize.java b/src/main/java/org/encog/util/ImageSize.java index df05eddec..83908569e 100644 --- a/src/main/java/org/encog/util/ImageSize.java +++ b/src/main/java/org/encog/util/ImageSize.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/ObjectPair.java b/src/main/java/org/encog/util/ObjectPair.java index 0eb5452a2..18b5c4e90 100644 --- a/src/main/java/org/encog/util/ObjectPair.java +++ b/src/main/java/org/encog/util/ObjectPair.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/ParamsHolder.java b/src/main/java/org/encog/util/ParamsHolder.java index 64cff27c6..b0be81c80 100644 --- a/src/main/java/org/encog/util/ParamsHolder.java +++ b/src/main/java/org/encog/util/ParamsHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/ResourceLoader.java b/src/main/java/org/encog/util/ResourceLoader.java index b8e549b24..5aa745053 100644 --- a/src/main/java/org/encog/util/ResourceLoader.java +++ b/src/main/java/org/encog/util/ResourceLoader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/SimpleParser.java b/src/main/java/org/encog/util/SimpleParser.java index f4f126385..bcaee78d0 100644 --- a/src/main/java/org/encog/util/SimpleParser.java +++ b/src/main/java/org/encog/util/SimpleParser.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/Stopwatch.java b/src/main/java/org/encog/util/Stopwatch.java index f049df8f8..2f984c030 100644 --- a/src/main/java/org/encog/util/Stopwatch.java +++ b/src/main/java/org/encog/util/Stopwatch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/YahooSearch.java b/src/main/java/org/encog/util/YahooSearch.java index 9193051dd..791737888 100644 --- a/src/main/java/org/encog/util/YahooSearch.java +++ b/src/main/java/org/encog/util/YahooSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/Array.java b/src/main/java/org/encog/util/arrayutil/Array.java index 971a55c14..2f144f7e2 100644 --- a/src/main/java/org/encog/util/arrayutil/Array.java +++ b/src/main/java/org/encog/util/arrayutil/Array.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/ClassItem.java b/src/main/java/org/encog/util/arrayutil/ClassItem.java index 38239085e..7822c10d8 100644 --- a/src/main/java/org/encog/util/arrayutil/ClassItem.java +++ b/src/main/java/org/encog/util/arrayutil/ClassItem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/NormalizationAction.java b/src/main/java/org/encog/util/arrayutil/NormalizationAction.java index ea6e8417c..1614cee6e 100644 --- a/src/main/java/org/encog/util/arrayutil/NormalizationAction.java +++ b/src/main/java/org/encog/util/arrayutil/NormalizationAction.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/NormalizeArray.java b/src/main/java/org/encog/util/arrayutil/NormalizeArray.java index 4befab4f8..3fd68536b 100644 --- a/src/main/java/org/encog/util/arrayutil/NormalizeArray.java +++ b/src/main/java/org/encog/util/arrayutil/NormalizeArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/NormalizedField.java b/src/main/java/org/encog/util/arrayutil/NormalizedField.java index e06e3ab01..5b0a9764f 100644 --- a/src/main/java/org/encog/util/arrayutil/NormalizedField.java +++ b/src/main/java/org/encog/util/arrayutil/NormalizedField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/TemporalType.java b/src/main/java/org/encog/util/arrayutil/TemporalType.java index f618fa2d0..629b03f13 100644 --- a/src/main/java/org/encog/util/arrayutil/TemporalType.java +++ b/src/main/java/org/encog/util/arrayutil/TemporalType.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/TemporalWindowArray.java b/src/main/java/org/encog/util/arrayutil/TemporalWindowArray.java index e52ad7bbe..53b10c080 100644 --- a/src/main/java/org/encog/util/arrayutil/TemporalWindowArray.java +++ b/src/main/java/org/encog/util/arrayutil/TemporalWindowArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/TemporalWindowField.java b/src/main/java/org/encog/util/arrayutil/TemporalWindowField.java index 67573ac3b..60f2b2184 100644 --- a/src/main/java/org/encog/util/arrayutil/TemporalWindowField.java +++ b/src/main/java/org/encog/util/arrayutil/TemporalWindowField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/VectorWindow.java b/src/main/java/org/encog/util/arrayutil/VectorWindow.java index a65573006..30d63e92b 100644 --- a/src/main/java/org/encog/util/arrayutil/VectorWindow.java +++ b/src/main/java/org/encog/util/arrayutil/VectorWindow.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/arrayutil/WindowDouble.java b/src/main/java/org/encog/util/arrayutil/WindowDouble.java index d7e6e9b71..2b4ee2bf3 100644 --- a/src/main/java/org/encog/util/arrayutil/WindowDouble.java +++ b/src/main/java/org/encog/util/arrayutil/WindowDouble.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/benchmark/EncoderTrainingFactory.java b/src/main/java/org/encog/util/benchmark/EncoderTrainingFactory.java index bff7f7f84..4e93cecbd 100644 --- a/src/main/java/org/encog/util/benchmark/EncoderTrainingFactory.java +++ b/src/main/java/org/encog/util/benchmark/EncoderTrainingFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/benchmark/EncogBenchmark.java b/src/main/java/org/encog/util/benchmark/EncogBenchmark.java index 4c9b32924..b3d893d51 100644 --- a/src/main/java/org/encog/util/benchmark/EncogBenchmark.java +++ b/src/main/java/org/encog/util/benchmark/EncogBenchmark.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/benchmark/Evaluate.java b/src/main/java/org/encog/util/benchmark/Evaluate.java index 27b4a2b0d..ed12d2889 100644 --- a/src/main/java/org/encog/util/benchmark/Evaluate.java +++ b/src/main/java/org/encog/util/benchmark/Evaluate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/benchmark/RandomTrainingFactory.java b/src/main/java/org/encog/util/benchmark/RandomTrainingFactory.java index 94a167953..97fd2c757 100644 --- a/src/main/java/org/encog/util/benchmark/RandomTrainingFactory.java +++ b/src/main/java/org/encog/util/benchmark/RandomTrainingFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/DetermineWorkload.java b/src/main/java/org/encog/util/concurrency/DetermineWorkload.java index 0d6dea904..85d773775 100644 --- a/src/main/java/org/encog/util/concurrency/DetermineWorkload.java +++ b/src/main/java/org/encog/util/concurrency/DetermineWorkload.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/EngineConcurrency.java b/src/main/java/org/encog/util/concurrency/EngineConcurrency.java index 7f6dee777..1a9d1025c 100644 --- a/src/main/java/org/encog/util/concurrency/EngineConcurrency.java +++ b/src/main/java/org/encog/util/concurrency/EngineConcurrency.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/EngineTask.java b/src/main/java/org/encog/util/concurrency/EngineTask.java index f11d99044..83bea58a8 100644 --- a/src/main/java/org/encog/util/concurrency/EngineTask.java +++ b/src/main/java/org/encog/util/concurrency/EngineTask.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/MultiThreadable.java b/src/main/java/org/encog/util/concurrency/MultiThreadable.java index 217e52a0d..d5922f8d5 100644 --- a/src/main/java/org/encog/util/concurrency/MultiThreadable.java +++ b/src/main/java/org/encog/util/concurrency/MultiThreadable.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/PoolItem.java b/src/main/java/org/encog/util/concurrency/PoolItem.java index 56379961e..1e8361641 100644 --- a/src/main/java/org/encog/util/concurrency/PoolItem.java +++ b/src/main/java/org/encog/util/concurrency/PoolItem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/TaskGroup.java b/src/main/java/org/encog/util/concurrency/TaskGroup.java index 97a28435d..315b5d64b 100644 --- a/src/main/java/org/encog/util/concurrency/TaskGroup.java +++ b/src/main/java/org/encog/util/concurrency/TaskGroup.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/job/ConcurrentJob.java b/src/main/java/org/encog/util/concurrency/job/ConcurrentJob.java index 76a0f4db1..6702c9711 100644 --- a/src/main/java/org/encog/util/concurrency/job/ConcurrentJob.java +++ b/src/main/java/org/encog/util/concurrency/job/ConcurrentJob.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/job/JobUnitContext.java b/src/main/java/org/encog/util/concurrency/job/JobUnitContext.java index 56a0bd6a5..8fa0ab881 100644 --- a/src/main/java/org/encog/util/concurrency/job/JobUnitContext.java +++ b/src/main/java/org/encog/util/concurrency/job/JobUnitContext.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/concurrency/job/JobUnitWorker.java b/src/main/java/org/encog/util/concurrency/job/JobUnitWorker.java index 19ce4de45..8f7e25551 100644 --- a/src/main/java/org/encog/util/concurrency/job/JobUnitWorker.java +++ b/src/main/java/org/encog/util/concurrency/job/JobUnitWorker.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/csv/CSVError.java b/src/main/java/org/encog/util/csv/CSVError.java index 887203bb7..e0ac9c928 100644 --- a/src/main/java/org/encog/util/csv/CSVError.java +++ b/src/main/java/org/encog/util/csv/CSVError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/csv/CSVFormat.java b/src/main/java/org/encog/util/csv/CSVFormat.java index c2c4fd5b4..17367e1ea 100644 --- a/src/main/java/org/encog/util/csv/CSVFormat.java +++ b/src/main/java/org/encog/util/csv/CSVFormat.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/csv/NumberList.java b/src/main/java/org/encog/util/csv/NumberList.java index 4856866f5..1d6924d04 100644 --- a/src/main/java/org/encog/util/csv/NumberList.java +++ b/src/main/java/org/encog/util/csv/NumberList.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/csv/ParseCSVLine.java b/src/main/java/org/encog/util/csv/ParseCSVLine.java index d138ebfdb..b1608068d 100644 --- a/src/main/java/org/encog/util/csv/ParseCSVLine.java +++ b/src/main/java/org/encog/util/csv/ParseCSVLine.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/csv/ReadCSV.java b/src/main/java/org/encog/util/csv/ReadCSV.java index 2cb474e79..8f6bf6a39 100644 --- a/src/main/java/org/encog/util/csv/ReadCSV.java +++ b/src/main/java/org/encog/util/csv/ReadCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/data/GenerationUtil.java b/src/main/java/org/encog/util/data/GenerationUtil.java index 63dfaf9dd..cb3cad0c1 100644 --- a/src/main/java/org/encog/util/data/GenerationUtil.java +++ b/src/main/java/org/encog/util/data/GenerationUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/data/MNISTReader.java b/src/main/java/org/encog/util/data/MNISTReader.java index 58b140643..b2e70bfd0 100644 --- a/src/main/java/org/encog/util/data/MNISTReader.java +++ b/src/main/java/org/encog/util/data/MNISTReader.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/datastruct/StackInt.java b/src/main/java/org/encog/util/datastruct/StackInt.java index 560340c83..bcae66807 100644 --- a/src/main/java/org/encog/util/datastruct/StackInt.java +++ b/src/main/java/org/encog/util/datastruct/StackInt.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/datastruct/StackObject.java b/src/main/java/org/encog/util/datastruct/StackObject.java index a5290fd29..4b348ea5c 100644 --- a/src/main/java/org/encog/util/datastruct/StackObject.java +++ b/src/main/java/org/encog/util/datastruct/StackObject.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/datastruct/StackString.java b/src/main/java/org/encog/util/datastruct/StackString.java index e8988ab8b..eb7aefffa 100644 --- a/src/main/java/org/encog/util/datastruct/StackString.java +++ b/src/main/java/org/encog/util/datastruct/StackString.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/datastruct/WindowInt.java b/src/main/java/org/encog/util/datastruct/WindowInt.java index 98412f1d7..86f840947 100644 --- a/src/main/java/org/encog/util/datastruct/WindowInt.java +++ b/src/main/java/org/encog/util/datastruct/WindowInt.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/downsample/Downsample.java b/src/main/java/org/encog/util/downsample/Downsample.java index 28ffc003e..9c22ce6f0 100644 --- a/src/main/java/org/encog/util/downsample/Downsample.java +++ b/src/main/java/org/encog/util/downsample/Downsample.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/downsample/RGBDownsample.java b/src/main/java/org/encog/util/downsample/RGBDownsample.java index 2da1214b8..dfcb2b35d 100644 --- a/src/main/java/org/encog/util/downsample/RGBDownsample.java +++ b/src/main/java/org/encog/util/downsample/RGBDownsample.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/downsample/SimpleIntensityDownsample.java b/src/main/java/org/encog/util/downsample/SimpleIntensityDownsample.java index 5cf7bbfbe..930086fbd 100644 --- a/src/main/java/org/encog/util/downsample/SimpleIntensityDownsample.java +++ b/src/main/java/org/encog/util/downsample/SimpleIntensityDownsample.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/error/CalculateRegressionError.java b/src/main/java/org/encog/util/error/CalculateRegressionError.java index cba1ad043..2a26a3fc8 100644 --- a/src/main/java/org/encog/util/error/CalculateRegressionError.java +++ b/src/main/java/org/encog/util/error/CalculateRegressionError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/file/Directory.java b/src/main/java/org/encog/util/file/Directory.java index 55523a6a3..f0241241c 100644 --- a/src/main/java/org/encog/util/file/Directory.java +++ b/src/main/java/org/encog/util/file/Directory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/file/FileUtil.java b/src/main/java/org/encog/util/file/FileUtil.java index 256e144a5..6a13a3771 100644 --- a/src/main/java/org/encog/util/file/FileUtil.java +++ b/src/main/java/org/encog/util/file/FileUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/file/ResourceInputStream.java b/src/main/java/org/encog/util/file/ResourceInputStream.java index f378ff6de..60adbe1a9 100644 --- a/src/main/java/org/encog/util/file/ResourceInputStream.java +++ b/src/main/java/org/encog/util/file/ResourceInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/http/CookieUtility.java b/src/main/java/org/encog/util/http/CookieUtility.java index 5020263fc..9ae6d97a5 100644 --- a/src/main/java/org/encog/util/http/CookieUtility.java +++ b/src/main/java/org/encog/util/http/CookieUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/http/FormUtility.java b/src/main/java/org/encog/util/http/FormUtility.java index b7bd5d0e0..196f77d26 100644 --- a/src/main/java/org/encog/util/http/FormUtility.java +++ b/src/main/java/org/encog/util/http/FormUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/http/URLUtility.java b/src/main/java/org/encog/util/http/URLUtility.java index f57e6ba58..b7a0e7a8e 100644 --- a/src/main/java/org/encog/util/http/URLUtility.java +++ b/src/main/java/org/encog/util/http/URLUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/identity/BasicGenerateID.java b/src/main/java/org/encog/util/identity/BasicGenerateID.java index 6d9c60299..8526e4951 100644 --- a/src/main/java/org/encog/util/identity/BasicGenerateID.java +++ b/src/main/java/org/encog/util/identity/BasicGenerateID.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/identity/GenerateID.java b/src/main/java/org/encog/util/identity/GenerateID.java index bf0d10c54..e2b415314 100644 --- a/src/main/java/org/encog/util/identity/GenerateID.java +++ b/src/main/java/org/encog/util/identity/GenerateID.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/kmeans/Centroid.java b/src/main/java/org/encog/util/kmeans/Centroid.java index 55f831652..23b630e4d 100644 --- a/src/main/java/org/encog/util/kmeans/Centroid.java +++ b/src/main/java/org/encog/util/kmeans/Centroid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/kmeans/CentroidFactory.java b/src/main/java/org/encog/util/kmeans/CentroidFactory.java index 5bca12044..d907a9bf1 100644 --- a/src/main/java/org/encog/util/kmeans/CentroidFactory.java +++ b/src/main/java/org/encog/util/kmeans/CentroidFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/kmeans/Cluster.java b/src/main/java/org/encog/util/kmeans/Cluster.java index 624b416d6..1ee4bcaf9 100644 --- a/src/main/java/org/encog/util/kmeans/Cluster.java +++ b/src/main/java/org/encog/util/kmeans/Cluster.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/kmeans/KMeansUtil.java b/src/main/java/org/encog/util/kmeans/KMeansUtil.java index 7eb9b0d13..1b77d7413 100644 --- a/src/main/java/org/encog/util/kmeans/KMeansUtil.java +++ b/src/main/java/org/encog/util/kmeans/KMeansUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/logging/DumpMatrix.java b/src/main/java/org/encog/util/logging/DumpMatrix.java index 9454f9eb5..4740fc7da 100644 --- a/src/main/java/org/encog/util/logging/DumpMatrix.java +++ b/src/main/java/org/encog/util/logging/DumpMatrix.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/logging/EncogFormatter.java b/src/main/java/org/encog/util/logging/EncogFormatter.java index 038c139f7..d2195a0e0 100644 --- a/src/main/java/org/encog/util/logging/EncogFormatter.java +++ b/src/main/java/org/encog/util/logging/EncogFormatter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/logging/EncogLogging.java b/src/main/java/org/encog/util/logging/EncogLogging.java index 55abe70db..c111e009a 100644 --- a/src/main/java/org/encog/util/logging/EncogLogging.java +++ b/src/main/java/org/encog/util/logging/EncogLogging.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/DataNormalization.java b/src/main/java/org/encog/util/normalize/DataNormalization.java index 89cc8fd75..b64592116 100644 --- a/src/main/java/org/encog/util/normalize/DataNormalization.java +++ b/src/main/java/org/encog/util/normalize/DataNormalization.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/NormalizationError.java b/src/main/java/org/encog/util/normalize/NormalizationError.java index 1621ce3f9..d141e18c4 100644 --- a/src/main/java/org/encog/util/normalize/NormalizationError.java +++ b/src/main/java/org/encog/util/normalize/NormalizationError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/BasicInputField.java b/src/main/java/org/encog/util/normalize/input/BasicInputField.java index 223ecc332..b8389d110 100644 --- a/src/main/java/org/encog/util/normalize/input/BasicInputField.java +++ b/src/main/java/org/encog/util/normalize/input/BasicInputField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/HasFixedLength.java b/src/main/java/org/encog/util/normalize/input/HasFixedLength.java index 7c34f714c..2559734ef 100644 --- a/src/main/java/org/encog/util/normalize/input/HasFixedLength.java +++ b/src/main/java/org/encog/util/normalize/input/HasFixedLength.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputField.java b/src/main/java/org/encog/util/normalize/input/InputField.java index 330d7485e..e8b0265b2 100644 --- a/src/main/java/org/encog/util/normalize/input/InputField.java +++ b/src/main/java/org/encog/util/normalize/input/InputField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldArray1D.java b/src/main/java/org/encog/util/normalize/input/InputFieldArray1D.java index 0f4f48c10..2c25fabf3 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldArray1D.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldArray1D.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldArray2D.java b/src/main/java/org/encog/util/normalize/input/InputFieldArray2D.java index 36545f5bc..186ed6af3 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldArray2D.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldArray2D.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldCSV.java b/src/main/java/org/encog/util/normalize/input/InputFieldCSV.java index 480c923d7..85113fd42 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldCSV.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldCSVText.java b/src/main/java/org/encog/util/normalize/input/InputFieldCSVText.java index 009420736..80e317b0a 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldCSVText.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldCSVText.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldEncogCollection.java b/src/main/java/org/encog/util/normalize/input/InputFieldEncogCollection.java index ddafef834..cbd99077b 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldEncogCollection.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldEncogCollection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/InputFieldMLDataSet.java b/src/main/java/org/encog/util/normalize/input/InputFieldMLDataSet.java index e95bd4482..de14bba6a 100644 --- a/src/main/java/org/encog/util/normalize/input/InputFieldMLDataSet.java +++ b/src/main/java/org/encog/util/normalize/input/InputFieldMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/input/MLDataFieldHolder.java b/src/main/java/org/encog/util/normalize/input/MLDataFieldHolder.java index 210a21341..658d5d30c 100644 --- a/src/main/java/org/encog/util/normalize/input/MLDataFieldHolder.java +++ b/src/main/java/org/encog/util/normalize/input/MLDataFieldHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/BasicOutputField.java b/src/main/java/org/encog/util/normalize/output/BasicOutputField.java index 49085a4b1..746e93a6a 100644 --- a/src/main/java/org/encog/util/normalize/output/BasicOutputField.java +++ b/src/main/java/org/encog/util/normalize/output/BasicOutputField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/BasicOutputFieldGroup.java b/src/main/java/org/encog/util/normalize/output/BasicOutputFieldGroup.java index b0530fd21..514a5952d 100644 --- a/src/main/java/org/encog/util/normalize/output/BasicOutputFieldGroup.java +++ b/src/main/java/org/encog/util/normalize/output/BasicOutputFieldGroup.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/OutputField.java b/src/main/java/org/encog/util/normalize/output/OutputField.java index 48b7001dd..401808445 100644 --- a/src/main/java/org/encog/util/normalize/output/OutputField.java +++ b/src/main/java/org/encog/util/normalize/output/OutputField.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/OutputFieldDirect.java b/src/main/java/org/encog/util/normalize/output/OutputFieldDirect.java index 4e14b78f5..62a781365 100644 --- a/src/main/java/org/encog/util/normalize/output/OutputFieldDirect.java +++ b/src/main/java/org/encog/util/normalize/output/OutputFieldDirect.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/OutputFieldGroup.java b/src/main/java/org/encog/util/normalize/output/OutputFieldGroup.java index 431bb885a..e9dde21e4 100644 --- a/src/main/java/org/encog/util/normalize/output/OutputFieldGroup.java +++ b/src/main/java/org/encog/util/normalize/output/OutputFieldGroup.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/OutputFieldGrouped.java b/src/main/java/org/encog/util/normalize/output/OutputFieldGrouped.java index ae406e4bd..252ed4949 100644 --- a/src/main/java/org/encog/util/normalize/output/OutputFieldGrouped.java +++ b/src/main/java/org/encog/util/normalize/output/OutputFieldGrouped.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/OutputFieldRangeMapped.java b/src/main/java/org/encog/util/normalize/output/OutputFieldRangeMapped.java index 1234d4e1b..6099ae4d7 100644 --- a/src/main/java/org/encog/util/normalize/output/OutputFieldRangeMapped.java +++ b/src/main/java/org/encog/util/normalize/output/OutputFieldRangeMapped.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/RequireTwoPass.java b/src/main/java/org/encog/util/normalize/output/RequireTwoPass.java index 616bb647b..671d427c1 100644 --- a/src/main/java/org/encog/util/normalize/output/RequireTwoPass.java +++ b/src/main/java/org/encog/util/normalize/output/RequireTwoPass.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/mapped/MappedRange.java b/src/main/java/org/encog/util/normalize/output/mapped/MappedRange.java index 5fe1ad844..7cb50770c 100644 --- a/src/main/java/org/encog/util/normalize/output/mapped/MappedRange.java +++ b/src/main/java/org/encog/util/normalize/output/mapped/MappedRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/mapped/OutputFieldEncode.java b/src/main/java/org/encog/util/normalize/output/mapped/OutputFieldEncode.java index ba290e234..8779f3f23 100644 --- a/src/main/java/org/encog/util/normalize/output/mapped/OutputFieldEncode.java +++ b/src/main/java/org/encog/util/normalize/output/mapped/OutputFieldEncode.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/multiplicative/MultiplicativeGroup.java b/src/main/java/org/encog/util/normalize/output/multiplicative/MultiplicativeGroup.java index b721a97a9..87e72ba7f 100644 --- a/src/main/java/org/encog/util/normalize/output/multiplicative/MultiplicativeGroup.java +++ b/src/main/java/org/encog/util/normalize/output/multiplicative/MultiplicativeGroup.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/multiplicative/OutputFieldMultiplicative.java b/src/main/java/org/encog/util/normalize/output/multiplicative/OutputFieldMultiplicative.java index 161879cd0..4e827ae9f 100644 --- a/src/main/java/org/encog/util/normalize/output/multiplicative/OutputFieldMultiplicative.java +++ b/src/main/java/org/encog/util/normalize/output/multiplicative/OutputFieldMultiplicative.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/nominal/NominalItem.java b/src/main/java/org/encog/util/normalize/output/nominal/NominalItem.java index 8e3047321..fd014646f 100644 --- a/src/main/java/org/encog/util/normalize/output/nominal/NominalItem.java +++ b/src/main/java/org/encog/util/normalize/output/nominal/NominalItem.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/nominal/OutputEquilateral.java b/src/main/java/org/encog/util/normalize/output/nominal/OutputEquilateral.java index b26712795..9c29c00ac 100644 --- a/src/main/java/org/encog/util/normalize/output/nominal/OutputEquilateral.java +++ b/src/main/java/org/encog/util/normalize/output/nominal/OutputEquilateral.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/nominal/OutputOneOf.java b/src/main/java/org/encog/util/normalize/output/nominal/OutputOneOf.java index b04083659..fb4245b2f 100644 --- a/src/main/java/org/encog/util/normalize/output/nominal/OutputOneOf.java +++ b/src/main/java/org/encog/util/normalize/output/nominal/OutputOneOf.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxis.java b/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxis.java index ac8425d82..0a49e9c58 100644 --- a/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxis.java +++ b/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxis.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxisSynthetic.java b/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxisSynthetic.java index 87b97a4d9..762c8eb43 100644 --- a/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxisSynthetic.java +++ b/src/main/java/org/encog/util/normalize/output/zaxis/OutputFieldZAxisSynthetic.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/output/zaxis/ZAxisGroup.java b/src/main/java/org/encog/util/normalize/output/zaxis/ZAxisGroup.java index b150a31d8..cc4a40c67 100644 --- a/src/main/java/org/encog/util/normalize/output/zaxis/ZAxisGroup.java +++ b/src/main/java/org/encog/util/normalize/output/zaxis/ZAxisGroup.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/IntegerBalanceSegregator.java b/src/main/java/org/encog/util/normalize/segregate/IntegerBalanceSegregator.java index 2bd99e152..a5afd6a72 100644 --- a/src/main/java/org/encog/util/normalize/segregate/IntegerBalanceSegregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/IntegerBalanceSegregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/RangeSegregator.java b/src/main/java/org/encog/util/normalize/segregate/RangeSegregator.java index 637c60601..6d6725141 100644 --- a/src/main/java/org/encog/util/normalize/segregate/RangeSegregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/RangeSegregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/SegregationRange.java b/src/main/java/org/encog/util/normalize/segregate/SegregationRange.java index b7d6f4e02..cb3223d56 100644 --- a/src/main/java/org/encog/util/normalize/segregate/SegregationRange.java +++ b/src/main/java/org/encog/util/normalize/segregate/SegregationRange.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/Segregator.java b/src/main/java/org/encog/util/normalize/segregate/Segregator.java index bf9b0b67d..301b9f1ac 100644 --- a/src/main/java/org/encog/util/normalize/segregate/Segregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/Segregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/index/IndexRangeSegregator.java b/src/main/java/org/encog/util/normalize/segregate/index/IndexRangeSegregator.java index a96351fa7..b9d99184d 100644 --- a/src/main/java/org/encog/util/normalize/segregate/index/IndexRangeSegregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/index/IndexRangeSegregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/index/IndexSampleSegregator.java b/src/main/java/org/encog/util/normalize/segregate/index/IndexSampleSegregator.java index 9e60dab1f..be1418f6a 100644 --- a/src/main/java/org/encog/util/normalize/segregate/index/IndexSampleSegregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/index/IndexSampleSegregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/segregate/index/IndexSegregator.java b/src/main/java/org/encog/util/normalize/segregate/index/IndexSegregator.java index db7fe18a1..8998ab9b9 100644 --- a/src/main/java/org/encog/util/normalize/segregate/index/IndexSegregator.java +++ b/src/main/java/org/encog/util/normalize/segregate/index/IndexSegregator.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorage.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorage.java index 16a285e6e..576693703 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorage.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorage.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray1D.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray1D.java index e9890480e..3d90577d4 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray1D.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray1D.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray2D.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray2D.java index 160a05bc7..32c843108 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray2D.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorageArray2D.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorageCSV.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorageCSV.java index 80dc40139..3c51900d1 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorageCSV.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorageCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorageEncogCollection.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorageEncogCollection.java index 49a6adc08..bdad90739 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorageEncogCollection.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorageEncogCollection.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/normalize/target/NormalizationStorageNeuralDataSet.java b/src/main/java/org/encog/util/normalize/target/NormalizationStorageNeuralDataSet.java index 13dbf4c21..e837234d0 100644 --- a/src/main/java/org/encog/util/normalize/target/NormalizationStorageNeuralDataSet.java +++ b/src/main/java/org/encog/util/normalize/target/NormalizationStorageNeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/ActivationUtil.java b/src/main/java/org/encog/util/obj/ActivationUtil.java index 1dac8e6f4..421512097 100644 --- a/src/main/java/org/encog/util/obj/ActivationUtil.java +++ b/src/main/java/org/encog/util/obj/ActivationUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/ChooseObject.java b/src/main/java/org/encog/util/obj/ChooseObject.java index 7726b22c9..704301652 100644 --- a/src/main/java/org/encog/util/obj/ChooseObject.java +++ b/src/main/java/org/encog/util/obj/ChooseObject.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/ObjectCloner.java b/src/main/java/org/encog/util/obj/ObjectCloner.java index 86996cebc..9e2dc7f0c 100644 --- a/src/main/java/org/encog/util/obj/ObjectCloner.java +++ b/src/main/java/org/encog/util/obj/ObjectCloner.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/ObjectHolder.java b/src/main/java/org/encog/util/obj/ObjectHolder.java index bc9235128..883cc59e3 100644 --- a/src/main/java/org/encog/util/obj/ObjectHolder.java +++ b/src/main/java/org/encog/util/obj/ObjectHolder.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/ReflectionUtil.java b/src/main/java/org/encog/util/obj/ReflectionUtil.java index 9ec9e96bc..fbcc1825a 100644 --- a/src/main/java/org/encog/util/obj/ReflectionUtil.java +++ b/src/main/java/org/encog/util/obj/ReflectionUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/obj/SerializeObject.java b/src/main/java/org/encog/util/obj/SerializeObject.java index a883dea12..fdc1e96c5 100644 --- a/src/main/java/org/encog/util/obj/SerializeObject.java +++ b/src/main/java/org/encog/util/obj/SerializeObject.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/simple/EncogUtility.java b/src/main/java/org/encog/util/simple/EncogUtility.java index deecc0914..201113752 100644 --- a/src/main/java/org/encog/util/simple/EncogUtility.java +++ b/src/main/java/org/encog/util/simple/EncogUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/simple/TrainingSetUtil.java b/src/main/java/org/encog/util/simple/TrainingSetUtil.java index e21b504d7..abcb8372d 100644 --- a/src/main/java/org/encog/util/simple/TrainingSetUtil.java +++ b/src/main/java/org/encog/util/simple/TrainingSetUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/text/BagOfWords.java b/src/main/java/org/encog/util/text/BagOfWords.java index f522ea8cb..935a17e41 100644 --- a/src/main/java/org/encog/util/text/BagOfWords.java +++ b/src/main/java/org/encog/util/text/BagOfWords.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/text/Base64.java b/src/main/java/org/encog/util/text/Base64.java index d71142eb4..1e27b091f 100644 --- a/src/main/java/org/encog/util/text/Base64.java +++ b/src/main/java/org/encog/util/text/Base64.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/text/DoubleString.java b/src/main/java/org/encog/util/text/DoubleString.java index 429b357c1..a66ea2b6b 100644 --- a/src/main/java/org/encog/util/text/DoubleString.java +++ b/src/main/java/org/encog/util/text/DoubleString.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/text/LevenshteinDistance.java b/src/main/java/org/encog/util/text/LevenshteinDistance.java index 30de4684f..60503195e 100644 --- a/src/main/java/org/encog/util/text/LevenshteinDistance.java +++ b/src/main/java/org/encog/util/text/LevenshteinDistance.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/DateUtil.java b/src/main/java/org/encog/util/time/DateUtil.java index e7916e639..ff3032148 100644 --- a/src/main/java/org/encog/util/time/DateUtil.java +++ b/src/main/java/org/encog/util/time/DateUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/EnglishTimeUnitNames.java b/src/main/java/org/encog/util/time/EnglishTimeUnitNames.java index 1efefc0a8..087abcced 100644 --- a/src/main/java/org/encog/util/time/EnglishTimeUnitNames.java +++ b/src/main/java/org/encog/util/time/EnglishTimeUnitNames.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/NumericDateUtil.java b/src/main/java/org/encog/util/time/NumericDateUtil.java index 267189899..d7fd08b32 100644 --- a/src/main/java/org/encog/util/time/NumericDateUtil.java +++ b/src/main/java/org/encog/util/time/NumericDateUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/TimeSpan.java b/src/main/java/org/encog/util/time/TimeSpan.java index 831685e86..985c43986 100644 --- a/src/main/java/org/encog/util/time/TimeSpan.java +++ b/src/main/java/org/encog/util/time/TimeSpan.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/TimeUnit.java b/src/main/java/org/encog/util/time/TimeUnit.java index e9e231045..07ba0f332 100644 --- a/src/main/java/org/encog/util/time/TimeUnit.java +++ b/src/main/java/org/encog/util/time/TimeUnit.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/time/TimeUnitNames.java b/src/main/java/org/encog/util/time/TimeUnitNames.java index 1c74b6aff..08ccd3e58 100644 --- a/src/main/java/org/encog/util/time/TimeUnitNames.java +++ b/src/main/java/org/encog/util/time/TimeUnitNames.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/java/org/encog/util/validate/ValidateNetwork.java b/src/main/java/org/encog/util/validate/ValidateNetwork.java index 32a73e505..be4600b29 100644 --- a/src/main/java/org/encog/util/validate/ValidateNetwork.java +++ b/src/main/java/org/encog/util/validate/ValidateNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/TestEncog.java b/src/test/java/org/encog/TestEncog.java index 497aca74a..850aab1c1 100644 --- a/src/test/java/org/encog/TestEncog.java +++ b/src/test/java/org/encog/TestEncog.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/analyst/AnalystTestingUtility.java b/src/test/java/org/encog/app/analyst/AnalystTestingUtility.java index 94b80d799..41887d446 100644 --- a/src/test/java/org/encog/app/analyst/AnalystTestingUtility.java +++ b/src/test/java/org/encog/app/analyst/AnalystTestingUtility.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/analyst/TestAnalystClassification.java b/src/test/java/org/encog/app/analyst/TestAnalystClassification.java index 2a0e75a65..ec8e68b83 100644 --- a/src/test/java/org/encog/app/analyst/TestAnalystClassification.java +++ b/src/test/java/org/encog/app/analyst/TestAnalystClassification.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/analyst/TestAnalystRegression.java b/src/test/java/org/encog/app/analyst/TestAnalystRegression.java index d9b47443f..8c9fac456 100644 --- a/src/test/java/org/encog/app/analyst/TestAnalystRegression.java +++ b/src/test/java/org/encog/app/analyst/TestAnalystRegression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/analyst/TestEncogAnalyst.java b/src/test/java/org/encog/app/analyst/TestEncogAnalyst.java index f9bc448a3..e440ae3c9 100644 --- a/src/test/java/org/encog/app/analyst/TestEncogAnalyst.java +++ b/src/test/java/org/encog/app/analyst/TestEncogAnalyst.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestBalanceCSV.java b/src/test/java/org/encog/app/quant/TestBalanceCSV.java index 66b73b41a..43ea96e6f 100644 --- a/src/test/java/org/encog/app/quant/TestBalanceCSV.java +++ b/src/test/java/org/encog/app/quant/TestBalanceCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestFilter.java b/src/test/java/org/encog/app/quant/TestFilter.java index 4a4bd83a1..5207603d9 100644 --- a/src/test/java/org/encog/app/quant/TestFilter.java +++ b/src/test/java/org/encog/app/quant/TestFilter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestNinjaFileConvert.java b/src/test/java/org/encog/app/quant/TestNinjaFileConvert.java index 02541ccec..bd2e2a109 100644 --- a/src/test/java/org/encog/app/quant/TestNinjaFileConvert.java +++ b/src/test/java/org/encog/app/quant/TestNinjaFileConvert.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestNinjaStreamWriter.java b/src/test/java/org/encog/app/quant/TestNinjaStreamWriter.java index 64dd67dcf..2e601a72c 100644 --- a/src/test/java/org/encog/app/quant/TestNinjaStreamWriter.java +++ b/src/test/java/org/encog/app/quant/TestNinjaStreamWriter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestNormalizeArray.java b/src/test/java/org/encog/app/quant/TestNormalizeArray.java index d33bf1de8..f7bfb3501 100644 --- a/src/test/java/org/encog/app/quant/TestNormalizeArray.java +++ b/src/test/java/org/encog/app/quant/TestNormalizeArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestProcessIndicators.java b/src/test/java/org/encog/app/quant/TestProcessIndicators.java index 3ac77391c..ccb4e3c89 100644 --- a/src/test/java/org/encog/app/quant/TestProcessIndicators.java +++ b/src/test/java/org/encog/app/quant/TestProcessIndicators.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestSegregateCSV.java b/src/test/java/org/encog/app/quant/TestSegregateCSV.java index 51c85501f..c70eb72ee 100644 --- a/src/test/java/org/encog/app/quant/TestSegregateCSV.java +++ b/src/test/java/org/encog/app/quant/TestSegregateCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestShuffle.java b/src/test/java/org/encog/app/quant/TestShuffle.java index 894e9d4db..117f03965 100644 --- a/src/test/java/org/encog/app/quant/TestShuffle.java +++ b/src/test/java/org/encog/app/quant/TestShuffle.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/app/quant/TestSort.java b/src/test/java/org/encog/app/quant/TestSort.java index 1911c3cd2..0e6efd4b4 100644 --- a/src/test/java/org/encog/app/quant/TestSort.java +++ b/src/test/java/org/encog/app/quant/TestSort.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/TestBotUtil.java b/src/test/java/org/encog/bot/TestBotUtil.java index c3214074f..b7d048df1 100644 --- a/src/test/java/org/encog/bot/TestBotUtil.java +++ b/src/test/java/org/encog/bot/TestBotUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/browse/TestAddress.java b/src/test/java/org/encog/bot/browse/TestAddress.java index 13e41ed8c..992ff9156 100644 --- a/src/test/java/org/encog/bot/browse/TestAddress.java +++ b/src/test/java/org/encog/bot/browse/TestAddress.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/browse/TestBrowse.java b/src/test/java/org/encog/bot/browse/TestBrowse.java index c064885da..ba2329f38 100644 --- a/src/test/java/org/encog/bot/browse/TestBrowse.java +++ b/src/test/java/org/encog/bot/browse/TestBrowse.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/browse/TestWebPageData.java b/src/test/java/org/encog/bot/browse/TestWebPageData.java index b81e72333..28679bcb5 100644 --- a/src/test/java/org/encog/bot/browse/TestWebPageData.java +++ b/src/test/java/org/encog/bot/browse/TestWebPageData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/html/TestParseHTML.java b/src/test/java/org/encog/bot/html/TestParseHTML.java index c4e08383b..dc0bceead 100644 --- a/src/test/java/org/encog/bot/html/TestParseHTML.java +++ b/src/test/java/org/encog/bot/html/TestParseHTML.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/html/TestPeekableInputStream.java b/src/test/java/org/encog/bot/html/TestPeekableInputStream.java index 70e918a7c..e8bf4281e 100644 --- a/src/test/java/org/encog/bot/html/TestPeekableInputStream.java +++ b/src/test/java/org/encog/bot/html/TestPeekableInputStream.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/bot/rss/TestRSS.java b/src/test/java/org/encog/bot/rss/TestRSS.java index 71f92d906..af44625cc 100644 --- a/src/test/java/org/encog/bot/rss/TestRSS.java +++ b/src/test/java/org/encog/bot/rss/TestRSS.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ensemble/aggregator/TestMajorityVoting.java b/src/test/java/org/encog/ensemble/aggregator/TestMajorityVoting.java index 7a0507fee..f0893ef76 100644 --- a/src/test/java/org/encog/ensemble/aggregator/TestMajorityVoting.java +++ b/src/test/java/org/encog/ensemble/aggregator/TestMajorityVoting.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ensemble/bagging/TestBagging.java b/src/test/java/org/encog/ensemble/bagging/TestBagging.java index f5f13b715..d958b434f 100644 --- a/src/test/java/org/encog/ensemble/bagging/TestBagging.java +++ b/src/test/java/org/encog/ensemble/bagging/TestBagging.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/mathutil/TestErrorCalculation.java b/src/test/java/org/encog/mathutil/TestErrorCalculation.java index 255bb161a..758f8d59b 100644 --- a/src/test/java/org/encog/mathutil/TestErrorCalculation.java +++ b/src/test/java/org/encog/mathutil/TestErrorCalculation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecompositionTest.java b/src/test/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecompositionTest.java index 70906487b..d44d1c979 100644 --- a/src/test/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecompositionTest.java +++ b/src/test/java/org/encog/mathutil/matrices/decomposition/EigenvalueDecompositionTest.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/mathutil/matrixes/hessian/TestHessian.java b/src/test/java/org/encog/mathutil/matrixes/hessian/TestHessian.java index 9e238bb0c..98895d383 100644 --- a/src/test/java/org/encog/mathutil/matrixes/hessian/TestHessian.java +++ b/src/test/java/org/encog/mathutil/matrixes/hessian/TestHessian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/matrix/TestBiPolarUtil.java b/src/test/java/org/encog/matrix/TestBiPolarUtil.java index 97d17f8dc..52edc21dd 100644 --- a/src/test/java/org/encog/matrix/TestBiPolarUtil.java +++ b/src/test/java/org/encog/matrix/TestBiPolarUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/matrix/TestDecomp.java b/src/test/java/org/encog/matrix/TestDecomp.java index d040d79e1..3a8a7a742 100644 --- a/src/test/java/org/encog/matrix/TestDecomp.java +++ b/src/test/java/org/encog/matrix/TestDecomp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/matrix/TestMatrix.java b/src/test/java/org/encog/matrix/TestMatrix.java index adea36269..3d9b4cb94 100644 --- a/src/test/java/org/encog/matrix/TestMatrix.java +++ b/src/test/java/org/encog/matrix/TestMatrix.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/matrix/TestMatrixMath.java b/src/test/java/org/encog/matrix/TestMatrixMath.java index ecb3be8c8..f9a5b1339 100644 --- a/src/test/java/org/encog/matrix/TestMatrixMath.java +++ b/src/test/java/org/encog/matrix/TestMatrixMath.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/bayesian/TestBayesNet.java b/src/test/java/org/encog/ml/bayesian/TestBayesNet.java index 79cf7a7c3..4157615fa 100644 --- a/src/test/java/org/encog/ml/bayesian/TestBayesNet.java +++ b/src/test/java/org/encog/ml/bayesian/TestBayesNet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/bayesian/TestEnumerationQuery.java b/src/test/java/org/encog/ml/bayesian/TestEnumerationQuery.java index 3d70a90ea..ae1d9771e 100644 --- a/src/test/java/org/encog/ml/bayesian/TestEnumerationQuery.java +++ b/src/test/java/org/encog/ml/bayesian/TestEnumerationQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/bayesian/TestK2.java b/src/test/java/org/encog/ml/bayesian/TestK2.java index ffdfdc1be..77ba84a59 100644 --- a/src/test/java/org/encog/ml/bayesian/TestK2.java +++ b/src/test/java/org/encog/ml/bayesian/TestK2.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/bayesian/TestSamplingQuery.java b/src/test/java/org/encog/ml/bayesian/TestSamplingQuery.java index ff32b99b6..60bf2638c 100644 --- a/src/test/java/org/encog/ml/bayesian/TestSamplingQuery.java +++ b/src/test/java/org/encog/ml/bayesian/TestSamplingQuery.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/auto/TestAutoFloatColumn.java b/src/test/java/org/encog/ml/data/auto/TestAutoFloatColumn.java index 9092ec914..2fe7dab06 100644 --- a/src/test/java/org/encog/ml/data/auto/TestAutoFloatColumn.java +++ b/src/test/java/org/encog/ml/data/auto/TestAutoFloatColumn.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/auto/TestAutoFloatDataSet.java b/src/test/java/org/encog/ml/data/auto/TestAutoFloatDataSet.java index 8600f389e..d80c62047 100644 --- a/src/test/java/org/encog/ml/data/auto/TestAutoFloatDataSet.java +++ b/src/test/java/org/encog/ml/data/auto/TestAutoFloatDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/basic/TestBasicMLSequenceSet.java b/src/test/java/org/encog/ml/data/basic/TestBasicMLSequenceSet.java index 71628ed59..5f175b5b2 100644 --- a/src/test/java/org/encog/ml/data/basic/TestBasicMLSequenceSet.java +++ b/src/test/java/org/encog/ml/data/basic/TestBasicMLSequenceSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/folded/TestFoldedDataSet.java b/src/test/java/org/encog/ml/data/folded/TestFoldedDataSet.java index 49869afb5..5371a202f 100644 --- a/src/test/java/org/encog/ml/data/folded/TestFoldedDataSet.java +++ b/src/test/java/org/encog/ml/data/folded/TestFoldedDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/temporal/TestTemporal.java b/src/test/java/org/encog/ml/data/temporal/TestTemporal.java index 524c3038d..dc556f22f 100644 --- a/src/test/java/org/encog/ml/data/temporal/TestTemporal.java +++ b/src/test/java/org/encog/ml/data/temporal/TestTemporal.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/versatile/TestMatrixMLDataSet.java b/src/test/java/org/encog/ml/data/versatile/TestMatrixMLDataSet.java index df7a78f13..47e7e0ed3 100644 --- a/src/test/java/org/encog/ml/data/versatile/TestMatrixMLDataSet.java +++ b/src/test/java/org/encog/ml/data/versatile/TestMatrixMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/data/versatile/TestNormalizationHelper.java b/src/test/java/org/encog/ml/data/versatile/TestNormalizationHelper.java index 251fbbb0f..2d144e6c2 100644 --- a/src/test/java/org/encog/ml/data/versatile/TestNormalizationHelper.java +++ b/src/test/java/org/encog/ml/data/versatile/TestNormalizationHelper.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/factory/TestMLMethodFactory.java b/src/test/java/org/encog/ml/factory/TestMLMethodFactory.java index c33324e60..06e2718b6 100644 --- a/src/test/java/org/encog/ml/factory/TestMLMethodFactory.java +++ b/src/test/java/org/encog/ml/factory/TestMLMethodFactory.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/genetic/sort/TestMaximizeAdjustedScoreComp.java b/src/test/java/org/encog/ml/genetic/sort/TestMaximizeAdjustedScoreComp.java index e1a29a611..7544215c5 100644 --- a/src/test/java/org/encog/ml/genetic/sort/TestMaximizeAdjustedScoreComp.java +++ b/src/test/java/org/encog/ml/genetic/sort/TestMaximizeAdjustedScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/genetic/sort/TestMaximizeScoreComp.java b/src/test/java/org/encog/ml/genetic/sort/TestMaximizeScoreComp.java index f92090710..b072c8b73 100644 --- a/src/test/java/org/encog/ml/genetic/sort/TestMaximizeScoreComp.java +++ b/src/test/java/org/encog/ml/genetic/sort/TestMaximizeScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/genetic/sort/TestMinimizeAdjustedScoreComp.java b/src/test/java/org/encog/ml/genetic/sort/TestMinimizeAdjustedScoreComp.java index 8f4f31909..cc4fe1954 100644 --- a/src/test/java/org/encog/ml/genetic/sort/TestMinimizeAdjustedScoreComp.java +++ b/src/test/java/org/encog/ml/genetic/sort/TestMinimizeAdjustedScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/genetic/sort/TestMinimizeScoreComp.java b/src/test/java/org/encog/ml/genetic/sort/TestMinimizeScoreComp.java index 6a6f687ad..d99f63f24 100644 --- a/src/test/java/org/encog/ml/genetic/sort/TestMinimizeScoreComp.java +++ b/src/test/java/org/encog/ml/genetic/sort/TestMinimizeScoreComp.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/graph/TestSearch.java b/src/test/java/org/encog/ml/graph/TestSearch.java index 0c8b06999..c88f7475d 100644 --- a/src/test/java/org/encog/ml/graph/TestSearch.java +++ b/src/test/java/org/encog/ml/graph/TestSearch.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/hmm/TestHMM.java b/src/test/java/org/encog/ml/hmm/TestHMM.java index 8cefd84b2..097d588f6 100644 --- a/src/test/java/org/encog/ml/hmm/TestHMM.java +++ b/src/test/java/org/encog/ml/hmm/TestHMM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/kmeans/TestKMeans.java b/src/test/java/org/encog/ml/kmeans/TestKMeans.java index b4bed54c2..4b9f94290 100644 --- a/src/test/java/org/encog/ml/kmeans/TestKMeans.java +++ b/src/test/java/org/encog/ml/kmeans/TestKMeans.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/linear/TestGaussian.java b/src/test/java/org/encog/ml/linear/TestGaussian.java index 5d184d6fb..2fb23bba1 100644 --- a/src/test/java/org/encog/ml/linear/TestGaussian.java +++ b/src/test/java/org/encog/ml/linear/TestGaussian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/linear/TestLinearRegression.java b/src/test/java/org/encog/ml/linear/TestLinearRegression.java index 16efaee11..624cdc173 100644 --- a/src/test/java/org/encog/ml/linear/TestLinearRegression.java +++ b/src/test/java/org/encog/ml/linear/TestLinearRegression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/TestEncogProgram.java b/src/test/java/org/encog/ml/prg/TestEncogProgram.java index f800b54a4..73757e641 100644 --- a/src/test/java/org/encog/ml/prg/TestEncogProgram.java +++ b/src/test/java/org/encog/ml/prg/TestEncogProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/TestProgramClone.java b/src/test/java/org/encog/ml/prg/TestProgramClone.java index 5c435d113..6c9459a1c 100644 --- a/src/test/java/org/encog/ml/prg/TestProgramClone.java +++ b/src/test/java/org/encog/ml/prg/TestProgramClone.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/species/TestCompareEncogProgram.java b/src/test/java/org/encog/ml/prg/species/TestCompareEncogProgram.java index c92bd76f3..d89751768 100644 --- a/src/test/java/org/encog/ml/prg/species/TestCompareEncogProgram.java +++ b/src/test/java/org/encog/ml/prg/species/TestCompareEncogProgram.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/train/TestGenerate.java b/src/test/java/org/encog/ml/prg/train/TestGenerate.java index bf92ee801..627a0c127 100644 --- a/src/test/java/org/encog/ml/prg/train/TestGenerate.java +++ b/src/test/java/org/encog/ml/prg/train/TestGenerate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/train/crossover/TestSubtreeCrossover.java b/src/test/java/org/encog/ml/prg/train/crossover/TestSubtreeCrossover.java index 5bae6d03e..99bae355d 100644 --- a/src/test/java/org/encog/ml/prg/train/crossover/TestSubtreeCrossover.java +++ b/src/test/java/org/encog/ml/prg/train/crossover/TestSubtreeCrossover.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteAlgebraic.java b/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteAlgebraic.java index ddc479572..dd4eefad7 100644 --- a/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteAlgebraic.java +++ b/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteAlgebraic.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteConstants.java b/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteConstants.java index f34a0afe0..d3b670872 100644 --- a/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteConstants.java +++ b/src/test/java/org/encog/ml/prg/train/rewrite/TestRewriteConstants.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationBiPolar.java b/src/test/java/org/encog/neural/activation/TestActivationBiPolar.java index 8b06ad232..bc0072c1b 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationBiPolar.java +++ b/src/test/java/org/encog/neural/activation/TestActivationBiPolar.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationGaussian.java b/src/test/java/org/encog/neural/activation/TestActivationGaussian.java index 26506a7c8..0810cb3c0 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationGaussian.java +++ b/src/test/java/org/encog/neural/activation/TestActivationGaussian.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationLOG.java b/src/test/java/org/encog/neural/activation/TestActivationLOG.java index 6b5b2625e..f21060d5c 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationLOG.java +++ b/src/test/java/org/encog/neural/activation/TestActivationLOG.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationLinear.java b/src/test/java/org/encog/neural/activation/TestActivationLinear.java index ff5df8f5a..0892f64e1 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationLinear.java +++ b/src/test/java/org/encog/neural/activation/TestActivationLinear.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationSIN.java b/src/test/java/org/encog/neural/activation/TestActivationSIN.java index b8375f31e..494261602 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationSIN.java +++ b/src/test/java/org/encog/neural/activation/TestActivationSIN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationSigmoid.java b/src/test/java/org/encog/neural/activation/TestActivationSigmoid.java index 1eeec1641..0b4b825f8 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationSigmoid.java +++ b/src/test/java/org/encog/neural/activation/TestActivationSigmoid.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationSoftMax.java b/src/test/java/org/encog/neural/activation/TestActivationSoftMax.java index c22b0865a..9f7d4005d 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationSoftMax.java +++ b/src/test/java/org/encog/neural/activation/TestActivationSoftMax.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/activation/TestActivationTANH.java b/src/test/java/org/encog/neural/activation/TestActivationTANH.java index a852c16d0..5974c2b90 100644 --- a/src/test/java/org/encog/neural/activation/TestActivationTANH.java +++ b/src/test/java/org/encog/neural/activation/TestActivationTANH.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/TestNeuralDataError.java b/src/test/java/org/encog/neural/data/TestNeuralDataError.java index e868b2887..5c5191df8 100644 --- a/src/test/java/org/encog/neural/data/TestNeuralDataError.java +++ b/src/test/java/org/encog/neural/data/TestNeuralDataError.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/bipolar/TestBiPolarNeuralData.java b/src/test/java/org/encog/neural/data/bipolar/TestBiPolarNeuralData.java index 6b610a98a..d01d919a8 100644 --- a/src/test/java/org/encog/neural/data/bipolar/TestBiPolarNeuralData.java +++ b/src/test/java/org/encog/neural/data/bipolar/TestBiPolarNeuralData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/buffer/TestBinaryData.java b/src/test/java/org/encog/neural/data/buffer/TestBinaryData.java index 0c3e78379..142245631 100644 --- a/src/test/java/org/encog/neural/data/buffer/TestBinaryData.java +++ b/src/test/java/org/encog/neural/data/buffer/TestBinaryData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/buffer/TestBufferedNeuralDataSet.java b/src/test/java/org/encog/neural/data/buffer/TestBufferedNeuralDataSet.java index 98313918a..5b311c13a 100644 --- a/src/test/java/org/encog/neural/data/buffer/TestBufferedNeuralDataSet.java +++ b/src/test/java/org/encog/neural/data/buffer/TestBufferedNeuralDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/buffer/TestExcel.java b/src/test/java/org/encog/neural/data/buffer/TestExcel.java index a1269ace4..8a170370e 100644 --- a/src/test/java/org/encog/neural/data/buffer/TestExcel.java +++ b/src/test/java/org/encog/neural/data/buffer/TestExcel.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/csv/TestCSVNeuralData.java b/src/test/java/org/encog/neural/data/csv/TestCSVNeuralData.java index cdba3b961..d0ddace72 100644 --- a/src/test/java/org/encog/neural/data/csv/TestCSVNeuralData.java +++ b/src/test/java/org/encog/neural/data/csv/TestCSVNeuralData.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/data/image/TestImageDataSet.java b/src/test/java/org/encog/neural/data/image/TestImageDataSet.java index a818a6fdf..95197c298 100644 --- a/src/test/java/org/encog/neural/data/image/TestImageDataSet.java +++ b/src/test/java/org/encog/neural/data/image/TestImageDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/flat/FlatNetworkTest.java b/src/test/java/org/encog/neural/flat/FlatNetworkTest.java index 1e6ee1c11..1d4c69351 100644 --- a/src/test/java/org/encog/neural/flat/FlatNetworkTest.java +++ b/src/test/java/org/encog/neural/flat/FlatNetworkTest.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/freeform/TestFreeform.java b/src/test/java/org/encog/neural/freeform/TestFreeform.java index 73d7dd8ee..6af4f8bea 100644 --- a/src/test/java/org/encog/neural/freeform/TestFreeform.java +++ b/src/test/java/org/encog/neural/freeform/TestFreeform.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/freeform/TestFreeformTraining.java b/src/test/java/org/encog/neural/freeform/TestFreeformTraining.java index 025876c3d..ba3cf5222 100644 --- a/src/test/java/org/encog/neural/freeform/TestFreeformTraining.java +++ b/src/test/java/org/encog/neural/freeform/TestFreeformTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/NetworkUtil.java b/src/test/java/org/encog/neural/networks/NetworkUtil.java index 1282ab9a8..3fbc430a7 100644 --- a/src/test/java/org/encog/neural/networks/NetworkUtil.java +++ b/src/test/java/org/encog/neural/networks/NetworkUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/TestBiasActivation.java b/src/test/java/org/encog/neural/networks/TestBiasActivation.java index a2f3f8612..eb7cc673d 100644 --- a/src/test/java/org/encog/neural/networks/TestBiasActivation.java +++ b/src/test/java/org/encog/neural/networks/TestBiasActivation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/TestConsistency.java b/src/test/java/org/encog/neural/networks/TestConsistency.java index d5810e40f..e89df79e7 100644 --- a/src/test/java/org/encog/neural/networks/TestConsistency.java +++ b/src/test/java/org/encog/neural/networks/TestConsistency.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/TestLimited.java b/src/test/java/org/encog/neural/networks/TestLimited.java index 2d0fe2d51..b18654ae2 100644 --- a/src/test/java/org/encog/neural/networks/TestLimited.java +++ b/src/test/java/org/encog/neural/networks/TestLimited.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/TestSRN.java b/src/test/java/org/encog/neural/networks/TestSRN.java index 3a410f866..0954530af 100644 --- a/src/test/java/org/encog/neural/networks/TestSRN.java +++ b/src/test/java/org/encog/neural/networks/TestSRN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/TestWeightAccess.java b/src/test/java/org/encog/neural/networks/TestWeightAccess.java index 34049846f..e2d90dc78 100644 --- a/src/test/java/org/encog/neural/networks/TestWeightAccess.java +++ b/src/test/java/org/encog/neural/networks/TestWeightAccess.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/XOR.java b/src/test/java/org/encog/neural/networks/XOR.java index 1e9fcb242..12757d7ea 100644 --- a/src/test/java/org/encog/neural/networks/XOR.java +++ b/src/test/java/org/encog/neural/networks/XOR.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/layers/TestClone.java b/src/test/java/org/encog/neural/networks/layers/TestClone.java index 58a648e29..5db9c8510 100644 --- a/src/test/java/org/encog/neural/networks/layers/TestClone.java +++ b/src/test/java/org/encog/neural/networks/layers/TestClone.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/logic/TestADALINE.java b/src/test/java/org/encog/neural/networks/logic/TestADALINE.java index 5426606bb..9822b1cc2 100644 --- a/src/test/java/org/encog/neural/networks/logic/TestADALINE.java +++ b/src/test/java/org/encog/neural/networks/logic/TestADALINE.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/neat/training/species/TestSortGenomesForSpecies.java b/src/test/java/org/encog/neural/networks/neat/training/species/TestSortGenomesForSpecies.java index 4b1b1bb51..9aee80e8c 100644 --- a/src/test/java/org/encog/neural/networks/neat/training/species/TestSortGenomesForSpecies.java +++ b/src/test/java/org/encog/neural/networks/neat/training/species/TestSortGenomesForSpecies.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/structure/TestAnalyzeNetwork.java b/src/test/java/org/encog/neural/networks/structure/TestAnalyzeNetwork.java index 76efc328e..257f50d71 100644 --- a/src/test/java/org/encog/neural/networks/structure/TestAnalyzeNetwork.java +++ b/src/test/java/org/encog/neural/networks/structure/TestAnalyzeNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/MockTrain.java b/src/test/java/org/encog/neural/networks/training/MockTrain.java index 0fb2ccb5c..38a153ce4 100644 --- a/src/test/java/org/encog/neural/networks/training/MockTrain.java +++ b/src/test/java/org/encog/neural/networks/training/MockTrain.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TestFolded.java b/src/test/java/org/encog/neural/networks/training/TestFolded.java index 5dad11dde..2b8208cbc 100644 --- a/src/test/java/org/encog/neural/networks/training/TestFolded.java +++ b/src/test/java/org/encog/neural/networks/training/TestFolded.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TestNEAT.java b/src/test/java/org/encog/neural/networks/training/TestNEAT.java index c432e1080..77e3235a9 100644 --- a/src/test/java/org/encog/neural/networks/training/TestNEAT.java +++ b/src/test/java/org/encog/neural/networks/training/TestNEAT.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TestStrategy.java b/src/test/java/org/encog/neural/networks/training/TestStrategy.java index c5fdabce9..dac7fb6c4 100644 --- a/src/test/java/org/encog/neural/networks/training/TestStrategy.java +++ b/src/test/java/org/encog/neural/networks/training/TestStrategy.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TestTraining.java b/src/test/java/org/encog/neural/networks/training/TestTraining.java index 886597a4b..193669ee1 100644 --- a/src/test/java/org/encog/neural/networks/training/TestTraining.java +++ b/src/test/java/org/encog/neural/networks/training/TestTraining.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TestTrainingContinuation.java b/src/test/java/org/encog/neural/networks/training/TestTrainingContinuation.java index c790fee9a..309564e2b 100644 --- a/src/test/java/org/encog/neural/networks/training/TestTrainingContinuation.java +++ b/src/test/java/org/encog/neural/networks/training/TestTrainingContinuation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/TrainComplete.java b/src/test/java/org/encog/neural/networks/training/TrainComplete.java index 72df3015b..89baa2cd0 100644 --- a/src/test/java/org/encog/neural/networks/training/TrainComplete.java +++ b/src/test/java/org/encog/neural/networks/training/TrainComplete.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/competitive/TestCompetitive.java b/src/test/java/org/encog/neural/networks/training/competitive/TestCompetitive.java index 44a7af9df..46313fb6f 100644 --- a/src/test/java/org/encog/neural/networks/training/competitive/TestCompetitive.java +++ b/src/test/java/org/encog/neural/networks/training/competitive/TestCompetitive.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/competitive/neighborhood/TestNeighborhood.java b/src/test/java/org/encog/neural/networks/training/competitive/neighborhood/TestNeighborhood.java index bc59fe995..7cd3d2bd3 100644 --- a/src/test/java/org/encog/neural/networks/training/competitive/neighborhood/TestNeighborhood.java +++ b/src/test/java/org/encog/neural/networks/training/competitive/neighborhood/TestNeighborhood.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/networks/training/concurrent/TestConcurrent.java b/src/test/java/org/encog/neural/networks/training/concurrent/TestConcurrent.java index d810c1684..07229ea5f 100644 --- a/src/test/java/org/encog/neural/networks/training/concurrent/TestConcurrent.java +++ b/src/test/java/org/encog/neural/networks/training/concurrent/TestConcurrent.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/neural/prune/TestPruneSelective.java b/src/test/java/org/encog/neural/prune/TestPruneSelective.java index 66218b559..03945e70e 100644 --- a/src/test/java/org/encog/neural/prune/TestPruneSelective.java +++ b/src/test/java/org/encog/neural/prune/TestPruneSelective.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestBoolean.java b/src/test/java/org/encog/parse/expression/common/TestBoolean.java index a9fdb0899..7cf942beb 100644 --- a/src/test/java/org/encog/parse/expression/common/TestBoolean.java +++ b/src/test/java/org/encog/parse/expression/common/TestBoolean.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestExpression.java b/src/test/java/org/encog/parse/expression/common/TestExpression.java index f839f3898..40244f46c 100644 --- a/src/test/java/org/encog/parse/expression/common/TestExpression.java +++ b/src/test/java/org/encog/parse/expression/common/TestExpression.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestExpressionVar.java b/src/test/java/org/encog/parse/expression/common/TestExpressionVar.java index ef945b747..1290d37b1 100644 --- a/src/test/java/org/encog/parse/expression/common/TestExpressionVar.java +++ b/src/test/java/org/encog/parse/expression/common/TestExpressionVar.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestFunctions.java b/src/test/java/org/encog/parse/expression/common/TestFunctions.java index 635cbd9ad..f341d8725 100644 --- a/src/test/java/org/encog/parse/expression/common/TestFunctions.java +++ b/src/test/java/org/encog/parse/expression/common/TestFunctions.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestRenderCommon.java b/src/test/java/org/encog/parse/expression/common/TestRenderCommon.java index bf97ddfed..a922cc192 100644 --- a/src/test/java/org/encog/parse/expression/common/TestRenderCommon.java +++ b/src/test/java/org/encog/parse/expression/common/TestRenderCommon.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/common/TestString.java b/src/test/java/org/encog/parse/expression/common/TestString.java index 68bf7e2d3..c958e5fd3 100644 --- a/src/test/java/org/encog/parse/expression/common/TestString.java +++ b/src/test/java/org/encog/parse/expression/common/TestString.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/epl/TestRenderEPL.java b/src/test/java/org/encog/parse/expression/epl/TestRenderEPL.java index 29eeb022b..68aad7960 100644 --- a/src/test/java/org/encog/parse/expression/epl/TestRenderEPL.java +++ b/src/test/java/org/encog/parse/expression/epl/TestRenderEPL.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/expression/rpn/TestRenderRPN.java b/src/test/java/org/encog/parse/expression/rpn/TestRenderRPN.java index a5ce4f56b..49b1ef8cb 100644 --- a/src/test/java/org/encog/parse/expression/rpn/TestRenderRPN.java +++ b/src/test/java/org/encog/parse/expression/rpn/TestRenderRPN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/tags/read/TestXMLRead.java b/src/test/java/org/encog/parse/tags/read/TestXMLRead.java index 2b275fc14..692bb7fde 100644 --- a/src/test/java/org/encog/parse/tags/read/TestXMLRead.java +++ b/src/test/java/org/encog/parse/tags/read/TestXMLRead.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/parse/tags/write/TestXMLWrite.java b/src/test/java/org/encog/parse/tags/write/TestXMLWrite.java index 47ba2b871..15d2870d7 100644 --- a/src/test/java/org/encog/parse/tags/write/TestXMLWrite.java +++ b/src/test/java/org/encog/parse/tags/write/TestXMLWrite.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistART.java b/src/test/java/org/encog/persist/TestPersistART.java index 744fe8972..c639d2b79 100644 --- a/src/test/java/org/encog/persist/TestPersistART.java +++ b/src/test/java/org/encog/persist/TestPersistART.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistBAM.java b/src/test/java/org/encog/persist/TestPersistBAM.java index 747f73177..1fb2f281a 100644 --- a/src/test/java/org/encog/persist/TestPersistBAM.java +++ b/src/test/java/org/encog/persist/TestPersistBAM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistBasicNetwork.java b/src/test/java/org/encog/persist/TestPersistBasicNetwork.java index 555ed7ea0..aa50de2f9 100644 --- a/src/test/java/org/encog/persist/TestPersistBasicNetwork.java +++ b/src/test/java/org/encog/persist/TestPersistBasicNetwork.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistBayes.java b/src/test/java/org/encog/persist/TestPersistBayes.java index fcf35adac..88fea4e13 100644 --- a/src/test/java/org/encog/persist/TestPersistBayes.java +++ b/src/test/java/org/encog/persist/TestPersistBayes.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistBoltzmann.java b/src/test/java/org/encog/persist/TestPersistBoltzmann.java index 1d7ceff84..0473c8494 100644 --- a/src/test/java/org/encog/persist/TestPersistBoltzmann.java +++ b/src/test/java/org/encog/persist/TestPersistBoltzmann.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistCPN.java b/src/test/java/org/encog/persist/TestPersistCPN.java index c0e1f744b..afd4f8cb3 100644 --- a/src/test/java/org/encog/persist/TestPersistCPN.java +++ b/src/test/java/org/encog/persist/TestPersistCPN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistEPLPopulation.java b/src/test/java/org/encog/persist/TestPersistEPLPopulation.java index 421c4f080..296c1df24 100644 --- a/src/test/java/org/encog/persist/TestPersistEPLPopulation.java +++ b/src/test/java/org/encog/persist/TestPersistEPLPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistFreeform.java b/src/test/java/org/encog/persist/TestPersistFreeform.java index 7568f1ec3..28a6112e5 100644 --- a/src/test/java/org/encog/persist/TestPersistFreeform.java +++ b/src/test/java/org/encog/persist/TestPersistFreeform.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistHMM.java b/src/test/java/org/encog/persist/TestPersistHMM.java index b3dbd10aa..0c1bd81ae 100644 --- a/src/test/java/org/encog/persist/TestPersistHMM.java +++ b/src/test/java/org/encog/persist/TestPersistHMM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistHopfield.java b/src/test/java/org/encog/persist/TestPersistHopfield.java index 7c413840e..372458aec 100644 --- a/src/test/java/org/encog/persist/TestPersistHopfield.java +++ b/src/test/java/org/encog/persist/TestPersistHopfield.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistLargeHopfield.java b/src/test/java/org/encog/persist/TestPersistLargeHopfield.java index f5854046a..4bf235b63 100644 --- a/src/test/java/org/encog/persist/TestPersistLargeHopfield.java +++ b/src/test/java/org/encog/persist/TestPersistLargeHopfield.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistNEAT.java b/src/test/java/org/encog/persist/TestPersistNEAT.java index a4d824222..9f8c9e6e9 100644 --- a/src/test/java/org/encog/persist/TestPersistNEAT.java +++ b/src/test/java/org/encog/persist/TestPersistNEAT.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistPNN.java b/src/test/java/org/encog/persist/TestPersistPNN.java index d91bd14e7..c814995ac 100644 --- a/src/test/java/org/encog/persist/TestPersistPNN.java +++ b/src/test/java/org/encog/persist/TestPersistPNN.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistPopulation.java b/src/test/java/org/encog/persist/TestPersistPopulation.java index 52aad1150..e06027afb 100644 --- a/src/test/java/org/encog/persist/TestPersistPopulation.java +++ b/src/test/java/org/encog/persist/TestPersistPopulation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistPopulationNPE.java b/src/test/java/org/encog/persist/TestPersistPopulationNPE.java index 1e561f207..6e5778fa9 100644 --- a/src/test/java/org/encog/persist/TestPersistPopulationNPE.java +++ b/src/test/java/org/encog/persist/TestPersistPopulationNPE.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistRBF.java b/src/test/java/org/encog/persist/TestPersistRBF.java index 95868abd2..6e61a6528 100644 --- a/src/test/java/org/encog/persist/TestPersistRBF.java +++ b/src/test/java/org/encog/persist/TestPersistRBF.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistSOM.java b/src/test/java/org/encog/persist/TestPersistSOM.java index 04e91fcb2..bf28108c0 100644 --- a/src/test/java/org/encog/persist/TestPersistSOM.java +++ b/src/test/java/org/encog/persist/TestPersistSOM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistSVM.java b/src/test/java/org/encog/persist/TestPersistSVM.java index 8395767f9..7b33a4c81 100644 --- a/src/test/java/org/encog/persist/TestPersistSVM.java +++ b/src/test/java/org/encog/persist/TestPersistSVM.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/persist/TestPersistTrainingContinuation.java b/src/test/java/org/encog/persist/TestPersistTrainingContinuation.java index 5bd8027af..cc738462b 100644 --- a/src/test/java/org/encog/persist/TestPersistTrainingContinuation.java +++ b/src/test/java/org/encog/persist/TestPersistTrainingContinuation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/platformspecific/j2se/data/image/TestImageMLDataSet.java b/src/test/java/org/encog/platformspecific/j2se/data/image/TestImageMLDataSet.java index e8918fa86..6d8b44cd2 100644 --- a/src/test/java/org/encog/platformspecific/j2se/data/image/TestImageMLDataSet.java +++ b/src/test/java/org/encog/platformspecific/j2se/data/image/TestImageMLDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/HSQLUtil.java b/src/test/java/org/encog/util/HSQLUtil.java index 13dae88aa..b6dc98724 100644 --- a/src/test/java/org/encog/util/HSQLUtil.java +++ b/src/test/java/org/encog/util/HSQLUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/SerializeRoundTrip.java b/src/test/java/org/encog/util/SerializeRoundTrip.java index 237ec3571..5c96d6c95 100644 --- a/src/test/java/org/encog/util/SerializeRoundTrip.java +++ b/src/test/java/org/encog/util/SerializeRoundTrip.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/StatusCounter.java b/src/test/java/org/encog/util/StatusCounter.java index bf2ad8f4b..966b9f1f1 100644 --- a/src/test/java/org/encog/util/StatusCounter.java +++ b/src/test/java/org/encog/util/StatusCounter.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/TempDir.java b/src/test/java/org/encog/util/TempDir.java index 5edb8704b..8cc131fe4 100644 --- a/src/test/java/org/encog/util/TempDir.java +++ b/src/test/java/org/encog/util/TempDir.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/TestEngineArray.java b/src/test/java/org/encog/util/TestEngineArray.java index f3b966ed4..2b01f38c2 100644 --- a/src/test/java/org/encog/util/TestEngineArray.java +++ b/src/test/java/org/encog/util/TestEngineArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/TestErrorCalculation.java b/src/test/java/org/encog/util/TestErrorCalculation.java index 770cf4a0c..6af64246c 100644 --- a/src/test/java/org/encog/util/TestErrorCalculation.java +++ b/src/test/java/org/encog/util/TestErrorCalculation.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/TestTimeSpan.java b/src/test/java/org/encog/util/TestTimeSpan.java index be5e56c7d..1d65c4e6a 100644 --- a/src/test/java/org/encog/util/TestTimeSpan.java +++ b/src/test/java/org/encog/util/TestTimeSpan.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/arrayutil/ArrayTest.java b/src/test/java/org/encog/util/arrayutil/ArrayTest.java index 55266436c..474e01802 100644 --- a/src/test/java/org/encog/util/arrayutil/ArrayTest.java +++ b/src/test/java/org/encog/util/arrayutil/ArrayTest.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/arrayutil/TestNorm.java b/src/test/java/org/encog/util/arrayutil/TestNorm.java index 124190c77..da32f078e 100644 --- a/src/test/java/org/encog/util/arrayutil/TestNorm.java +++ b/src/test/java/org/encog/util/arrayutil/TestNorm.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/arrayutil/TestVectorWindow.java b/src/test/java/org/encog/util/arrayutil/TestVectorWindow.java index 8c218e499..b989f894e 100644 --- a/src/test/java/org/encog/util/arrayutil/TestVectorWindow.java +++ b/src/test/java/org/encog/util/arrayutil/TestVectorWindow.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/csv/TestNumberList.java b/src/test/java/org/encog/util/csv/TestNumberList.java index 52fe814a6..e7de1ead9 100644 --- a/src/test/java/org/encog/util/csv/TestNumberList.java +++ b/src/test/java/org/encog/util/csv/TestNumberList.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/csv/TestReadCSV.java b/src/test/java/org/encog/util/csv/TestReadCSV.java index be3b1d039..c32a316f4 100644 --- a/src/test/java/org/encog/util/csv/TestReadCSV.java +++ b/src/test/java/org/encog/util/csv/TestReadCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/datastruct/TestStackInt.java b/src/test/java/org/encog/util/datastruct/TestStackInt.java index 328cc48c0..ed911c4b4 100644 --- a/src/test/java/org/encog/util/datastruct/TestStackInt.java +++ b/src/test/java/org/encog/util/datastruct/TestStackInt.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/datastruct/TestWindowInt.java b/src/test/java/org/encog/util/datastruct/TestWindowInt.java index 1b2e8a1d6..7fb184530 100644 --- a/src/test/java/org/encog/util/datastruct/TestWindowInt.java +++ b/src/test/java/org/encog/util/datastruct/TestWindowInt.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/downsample/TestRGBDownsample.java b/src/test/java/org/encog/util/downsample/TestRGBDownsample.java index ba37db7bb..59d3d7ae7 100644 --- a/src/test/java/org/encog/util/downsample/TestRGBDownsample.java +++ b/src/test/java/org/encog/util/downsample/TestRGBDownsample.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestMapped.java b/src/test/java/org/encog/util/normalize/TestMapped.java index b7abbf770..251c1eedc 100644 --- a/src/test/java/org/encog/util/normalize/TestMapped.java +++ b/src/test/java/org/encog/util/normalize/TestMapped.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestMultiplicative.java b/src/test/java/org/encog/util/normalize/TestMultiplicative.java index 071ec22de..9b54dcfee 100644 --- a/src/test/java/org/encog/util/normalize/TestMultiplicative.java +++ b/src/test/java/org/encog/util/normalize/TestMultiplicative.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestNormArray.java b/src/test/java/org/encog/util/normalize/TestNormArray.java index 78ff85d97..b04b95ffe 100644 --- a/src/test/java/org/encog/util/normalize/TestNormArray.java +++ b/src/test/java/org/encog/util/normalize/TestNormArray.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestNormCSV.java b/src/test/java/org/encog/util/normalize/TestNormCSV.java index 8daa520d7..39c005e12 100644 --- a/src/test/java/org/encog/util/normalize/TestNormCSV.java +++ b/src/test/java/org/encog/util/normalize/TestNormCSV.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestNormDataSet.java b/src/test/java/org/encog/util/normalize/TestNormDataSet.java index c8c46e599..43451faf4 100644 --- a/src/test/java/org/encog/util/normalize/TestNormDataSet.java +++ b/src/test/java/org/encog/util/normalize/TestNormDataSet.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestSegregate.java b/src/test/java/org/encog/util/normalize/TestSegregate.java index f8d5a91ef..7914e6646 100644 --- a/src/test/java/org/encog/util/normalize/TestSegregate.java +++ b/src/test/java/org/encog/util/normalize/TestSegregate.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/normalize/TestZAxis.java b/src/test/java/org/encog/util/normalize/TestZAxis.java index e2ef59173..2f4686201 100644 --- a/src/test/java/org/encog/util/normalize/TestZAxis.java +++ b/src/test/java/org/encog/util/normalize/TestZAxis.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/obj/TestReflectionUtil.java b/src/test/java/org/encog/util/obj/TestReflectionUtil.java index db3001102..b14cf4b3f 100644 --- a/src/test/java/org/encog/util/obj/TestReflectionUtil.java +++ b/src/test/java/org/encog/util/obj/TestReflectionUtil.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/encog/util/text/TestBagOfWords.java b/src/test/java/org/encog/util/text/TestBagOfWords.java index 6517f2ef4..aaa43d34e 100644 --- a/src/test/java/org/encog/util/text/TestBagOfWords.java +++ b/src/test/java/org/encog/util/text/TestBagOfWords.java @@ -3,7 +3,7 @@ * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core - * Copyright 2008-2016 Heaton Research, Inc. + * Copyright 2008-2017 Heaton Research, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.