Jerold Haas

Results 45 comments of Jerold Haas

Using `ProcessorCount` would ignore the processor affinities set to the process by the user.

If you adjust affinity for Encog and another program (a single process app) to run on one of your cores while Encog consumes the rest, does Encog honor those settings...

@XeonMan @vsalomaki The [original Encog Java source](https://github.com/encog/encog-java-core/blob/master/src/main/java/org/encog/util/concurrency/DetermineWorkload.java#L72-L99) uses `AvailableProcessors`, which appears to be equivalent to `ProcessorCount`. With that in mind, we can assume that the affinity-based code was written to...

Looks like this is fixed in commit 87b334dd0f45f4777aa9e02d7af5c5752ddaf3e6

The exceptions you posted appear to be java exceptions, not .NET exceptions. Your issue should likely be posted at [encog-java-core](https://github.com/encog/encog-java-core/issues) instead of this repository, as this repository is specific to...

@TisVeugen using "Peek Definition" in Visual Studio, you'll see that `TYPE_PNN` has been renamed to `TypePNN` in the MLMethodFactory. Also of note is that all the others have been refactored...

Please submit a PR with the proposed changes for the C# solution. Also, please submit a similar PR for the Java code at [encog-java-core](https://github.com/encog/encog-java-core). Please note: creating issues instead of...

Support for `Lazy` might help in this arena, however I think that might call for some pretty hefty refactoring. Thoughts?

If this is an optimization, can you provide benchmarks?

Wouldn't a SOM (self ordering map) do well with this, for a start? Cheers, Jerold Haas *Senior Software Developer* ASP.NET ASP.NET MVC C#, F#, .NET PHP 4/5 JavaScript / ActionScript...