The Wayback Machine - https://web.archive.org/web/20220227033619/https://github.com/avaneev/
Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report avaneev

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. High-quality pro audio resampler / sample rate converter C++ library. Very fast, for both audio resampling and time-series interpolation.

    C++ 327 37

  2. avir Public

    High-quality pro image resizing / scaling C++ library, including a very fast Lanczos resizer

    C++ 216 24

  3. biteopt Public

    Derivative-Free Optimization Method for Global Optimization (C++)

    C++ 74 7

  4. komihash Public

    Very fast, high-quality hash function (non-cryptographic, C) + PRNG

    C 60 5

  5. prvhash Public

    PRVHASH - Pseudo-Random-Value Hash. PRNG with unlimited period, randomness extractor. (Codename Gradilac/Градилак)

    C 29 3

  6. gammaenv Public

    DSP S-curve envelope signal generator/low-pass filter C++

    C++ 15 2

334 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mon Wed Fri

Contribution activity

February 2022

Created an issue in dietmarwo/fast-cma-es that received 4 comments

biteopt stopping criteria

I see that biteopt stopping criteria is fixed if (stallCount > 64*dim) { stop = 2; break; } it puts BiteOpt at a considerable disadvantage on compl…

4 comments