/SeriesParralelResistorCreator

Given a set of resistors, and a target resistance. The program will create a series parallel resistor network that most closely matches the target resistance. Uses a genetic algorithm to progressively move towards more optimal solutions in less time. Calculations are done within Scala Futures to take advantage of all CPU cores.

Primary LanguageScala

This repository is not active