Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Contract Enforcement #101

Open
wants to merge 155 commits into
base: v3.1
Choose a base branch
from
Open

Code Contract Enforcement #101

wants to merge 155 commits into from

Conversation

mattcolefla
Copy link

Applying Microsoft Code Contracts enforcement to main library and enhanced testing.

BrannonKing and others added 30 commits April 7, 2012 12:43
	modified:   ConsoleExamples/ConsoleExamples.cs
	modified:   ConsoleExamples/Examples/Benchmark/SimpleBenchmark.cs
	modified:   ConsoleExamples/Examples/Benchmark/WeightInitialization.cs
	modified:   ConsoleExamples/Examples/Lunar/LunarLander.cs
	modified:   encog-core-cs/MathUtil/Randomize/FanInRandomizer.cs
	modified:   encog-core-cs/Neural/Flat/FlatNetwork.cs
	modified:   encog-core-cs/Util/Banchmark/EncogBenchmark.cs
	modified:   encog-core-cs/Util/Banchmark/Evaluate.cs
	modified:   encog-core-cs/App/Analyst/ConsoleAnalystListener.cs
	modified:   encog-core-cs/ML/Bayesian/Parse/ParsedEvent.cs
	modified:   encog-core-cs/ML/Bayesian/Table/BayesianTable.cs
	modified:   encog-core-cs/ML/Data/Basic/BasicMLComplexData.cs
	modified:   encog-core-cs/ML/Data/Basic/BasicMLSequenceSet.cs
	modified:   encog-core-cs/ML/Data/Buffer/CODEC/NeuralDataSetCODEC.cs
	modified:   encog-core-cs/ML/Data/IMLData.cs
	modified:   encog-core-cs/ML/Data/Specific/BiPolarMlData.cs
	modified:   encog-core-cs/Neural/Flat/FlatNetwork.cs
	modified:   encog-core-cs/Neural/Flat/FlatNetworkRBF.cs
	modified:   encog-core-cs/Neural/Networks/BasicNetwork.cs
	modified:   encog-core-cs/Neural/PNN/BasicPNN.cs
	modified:   encog-core-cs/Neural/Thermal/BoltzmannMachine.cs
	modified:   encog-core-cs/Util/Simple/TrainingSetUtil.cs
	modified:   encog-core-test/App/Analyst/AnalystTestingUtility.cs
Major changes: revamped IMLData to support a sliding window, changed lots of references to that
Conflicts:
	ConsoleExamples/ConsoleExamples.cs
	ConsoleExamples/ConsoleExamples.csproj.user
PrimeByDesign and others added 30 commits December 30, 2015 02:13
…r duration of network running. This also works with the latest NEAT network changes I have been making.
Integer overflow when core count causes `ProcessorAffinity` bitmask to go above 32-bit capabilities.
…mance when deserializing big NEAT Populations drastically.
Yahoo no longer supports this) and updated for httprecipes going away.
Added Rectifier Activation for use in ReLUs
Allow Serialization of the model and normalization helper created by …
Code cleanup to facilitate transfer to PCL
Minor improvements for TemporalMLDataSet class
Speedup LoadObject using a Dictionary<string, Type>.
…ith_NEAT_Networks

Implement training strategies with neat networks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.