Info
Version: | 1.0.5 |
Author(s): | ColbyC |
Last Update: | Wednesday, October 7, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/TridentGoalSeek |
Install
Install-Package TridentGoalSeek
dotnet add package TridentGoalSeek
paket add TridentGoalSeek
TridentGoalSeek Download (Unzip the "nupkg" after downloading)
Using three points of input (the trident) at a time, the algorithm takes a stab (three guesses) and analyses the output values. The tine (value) which is the closest to the goal output value, becomes the new center stab point and the tine spacing is increased.
When the center tine is the closest to the output value, the tine spacing is reduced and the trident stab repeats until an output value is within the acceptance threshold.