An open API service indexing awesome lists of open source software.

https://github.com/bat/ahmi.jl

The Adaptive Harmonic Mean Algorithm (AHMI)
https://github.com/bat/ahmi.jl

Last synced: 3 months ago
JSON representation

The Adaptive Harmonic Mean Algorithm (AHMI)

Awesome Lists containing this project

README

          

# AHMI.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://bat.github.io/AHMI.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://bat.github.io/AHMI.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/bat/AHMI.jl/workflows/CI/badge.svg?branch=main)](https://github.com/bat/AHMI.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/bat/AHMI.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/bat/AHMI.jl)

This package implements the [Adaptive Harmonic Mean Algorithm (AHMI)](http://doi.org/10.1142/S0217751X20501420).

## Installation

AHMI.jl it not a registered Julia package yet and currently requires BAT.jl v3.0.0-DEV.

To install AHMI, use

```julia
julia> using Pkg
julia> pkg"add BAT#main"
julia> pkg"add https://github.com/bat/AHMI.jl.git"
```

## Documentation

* [Documentation for stable version](https://bat.github.io/AHMI.jl/stable)
* [Documentation for development version](https://bat.github.io/AHMI.jl/dev)