FindMinimaxPolynomial.jl VS scheme

Compare FindMinimaxPolynomial.jl vs scheme and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
FindMinimaxPolynomial.jl scheme
3 5
- 165
- -
- 1.5
- about 1 year ago
WebAssembly
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

FindMinimaxPolynomial.jl

Posts with mentions or reviews of FindMinimaxPolynomial.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-27.
  • Finding the best sine function for Nintendo 64
    2 projects | news.ycombinator.com | 27 Jun 2023
    > This polynomial is not derived analytically, rather it's found using an iterative algorithm, traditionally using the Remez algorithm, but also see my WIP project here: https://gitlab.com/nsajko/FindMinimaxPolynomial.jl.

    Is this your independent attempt? Because I think RLIBM did the essentially same thing recently [1].

    [1] https://arxiv.org/pdf/2104.04043.pdf

  • Implementing Cosine in C from Scratch
    6 projects | news.ycombinator.com | 5 Jun 2023
    Seems worth noting that although the usual algorithm for finding the minimax polynomial is the very old Remez algorithm, I'm playing with a minimax finder that relies on what I think is a novel algorithm. My algorithm seems better than Remez, and certainly beats it in many cases, even though I don't have an analysis of the algorithm.

    The main idea is to use linear programming with some chosen points from the interval to look for the polynomial that approximates the chosen function over that interval. Unlike Remez, this enables control over which individual point from the interval are chosen as representatives, which enables avoiding ill-behaved points. An example of where this leads to improvements over Remez is when optimizing relative error: Remez would trip over zeros of the function, because they cause singularities in the relative error, however my algorithm works (by avoiding ill-behaved points) as long as the discontinuities are removable.

    My algorithm is also a lot more flexible than Remez', for example it allows optimizing over multiple intervals instead of a single one.

    The Git repo of the (still in-progress) project is here: https://gitlab.com/nsajko/FindMinimaxPolynomial.jl

    The Julia package is already registered (installable from the official Julia registry): https://juliahub.com/ui/Packages/FindMinimaxPolynomial/kNIo8...

scheme

Posts with mentions or reviews of scheme. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-05.

What are some alternatives?

When comparing FindMinimaxPolynomial.jl and scheme you can also consider the following projects:

sectorc - A C Compiler that fits in the 512 byte boot sector of an x86 machine

pygments - Pygments is a generic syntax highlighter written in Python

AvxMath

sse_mathfun - an extended version of Julien Pommier's sse_mathfun

Quake-2 - Quake 2 GPL Source Release

LIPS - Scheme based powerful lisp interpreter in JavaScript

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

mal - mal - Make a Lisp

Idris2 - A purely functional programming language with first class types

lisp-in-life - A Lisp interpreter implemented in Conway's Game of Life

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured