[
https://issues.apache.org/jira/browse/OPENNLP-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647348#comment-15647348
]
Joern Kottmann commented on OPENNLP-759:
----------------------------------------
Somehow it was then never followed up after your last comment. Lets target this
for 1.7.0.
> Speed up GIS training by saving Executor in the GISTrainer
> ----------------------------------------------------------
>
> Key: OPENNLP-759
> URL: https://issues.apache.org/jira/browse/OPENNLP-759
> Project: OpenNLP
> Issue Type: Improvement
> Components: Machine Learning
> Affects Versions: maxent-3.0.3
> Reporter: Daniel Russ
> Assignee: Joern Kottmann
> Priority: Minor
> Labels: Patch
> Fix For: 1.7.0
>
> Attachments: GISTrainer.patch
>
>
> In GISTrainer.nextIteration(double) an ExecutorService is created and
> shutdown. I don't see a reason to create a ExecutorService for each
> iteration.
> If you create the ExecutorService in the TrainModels(int, dataindexer, Prior,
> int, int) method you can save it as a field in GISTrainer or pass it as an
> argument to findParameters(int, double).
> To test it out, I made a MyGIS and MyGISTrainer classes with the fixes.
> There was a 5% speedup with 100 my dataset and 100 iterations of GIS.
> I would be happy to share the code with you. (I can not share my data
> though, sorry data-use agreements).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)