There's a new version of Maxent available on the download site,
http://www.cs.princeton.edu/~schapire/maxent/. There are quite a few
changes, so we're calling it a "beta" release in case some bugs crept
in. Please feel free to try it out, and let me know if you see anything
amiss. The major changes since version 3.2.19 are:
* Replicated runs added, to allow cross-validation, bootstrapping
and repeated subsampling. After a replicated run, a web page is
made that analyzes and combines the results of the individual runs.
* Clamping pictures have changed. When projecting, the picture
showing the effect of clamping now simply gives the difference
between predictions with and without clamping.
* Parameters are treated more uniformly, and many more are exposed
in the Settings window and described in the Help window.
* Bug fixed in using bias files.
* The feature type buttons have a slightly different meaning, with
"auto features" choosing a subset of the selected types. This
allows you to limit the feature types used by auto features.
* More efficient memory usage, to avoid memory problems with large
grids.
* Pictures of predictions are now created by default.
* Duplicate presence records are now removed by default.
* Projection onto SWD-format files and writing of background
predictions both preserve x and y coordinates of points.
* The html output now gives the command line with all flags needed
to repeat a run.
* A limited API for calling Maxent from other Java code.
-- Steven