Skip to content

Commit

Permalink
add some information about maxnet
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Dec 21, 2023
1 parent 246099a commit a1c1d10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# maxnet
This is a pure Julia implementation of the [maxnet algorithm](https://github.com/mrmaxent/maxnet).

Maxnet is closely related to the java MaxEnt application, which is widely used in species distribution modelling. It was developped by Steven Philips. Please see [this publication](https://doi.org/10.1111/ecog.03049) for more details about the maxnet algorithm.

Also see the Maxent page on the site of the [American Museum for Natural History](https://biodiversityinformatics.amnh.org/open_source/maxent/)

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://tiemvanderdeure.github.io/Maxnet.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://tiemvanderdeure.github.io/Maxnet.jl/dev/)
Expand Down

0 comments on commit a1c1d10

Please sign in to comment.