Top "Approximation" questions

Approximation algorithms are algorithms used to find approximate solutions to optimization problems.

Convert light frequency to RGB?

Does anyone know of any formula for converting a light frequency to an RGB value?

algorithm language-agnostic rgb formula approximation
Round Up a double to int

I have a number ("double") from int/int (such as 10/3). What's the best way to Approximation by Excess and convert …

c# math double int approximation
Euler's method in python

I'm trying to implement euler's method to approximate the value of e in python. This is what I have so …

python numpy numerical-methods differential-equations approximation
How to compare that sequence of doubles are all "approximately equal" in Java?

I have a method in java that returns a double number and I want to compare every double number that …

java double approximation
Unable to approximate the sine function using a neural network

I am trying to approximate the sine() function using a neural network I wrote myself. I have tested my neural …

machine-learning neural-network approximation
Optimal shift scheduling algorithm

I have been trying for some time solve a scheduling problem for a pool that I used to work at. …

algorithm optimization scheduling approximation
Sum of decimal number in java

I have a problem for the managemente of decimal number in java (JDK 1.4). I have two double numbers first and …

java double decimal approximation
Choosing random numbers efficiently

I have a method, which uses random samples to approximate a calculation. This method is called millions of times, so …

java random montecarlo approximation
Continued Fractions Python

I am new to Python and was asked to create a program that would take an input as a non-negative …

python python-3.x approximation continued-fractions
How to make a polynomial approximation in Scilab?

I've a set of measures, which I want to approximate. I know I can do that with a 4th degree …

polynomial-math scilab approximation