Skip to content

Commit

Permalink
Improved bug fix for beta multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmaxent committed Apr 27, 2017
1 parent f758c0b commit d3bd281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion density/FeaturedSpace.java
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ else if (cnt==1)
}

SampleInfo biasInfo = null;
public static double minDeviation;
public static double minDeviation = 0.001;
void setSampleExpectations() {
Utils.echoln(numSamples + " samples");
biasInfo = getDividedSampleInfo(new ConstFeature(1.0,biasDiv.n), biasDiv);
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Miro Dudik ([email protected])
Steven Phillips ([email protected])
Rob Schapire ([email protected])

Version 3.4.1, December 2016
Version 3.4.1, April 2017

This file outlines the steps you should take to begin using maxent to
model species geographic distributions. To download the program, or
Expand Down

0 comments on commit d3bd281

Please sign in to comment.