Skip to content

Commit

Permalink
Auto tuning feature enhancements (linkedin#379)
Browse files Browse the repository at this point in the history
Auto tuning feature enhancements:

Tuning auto switch off when:
        * parameter converges
        * the maximum number of tuning iterations is reached
        * no gain in cost function
Remembers and returns the best parameter set when:
        * tuning is switched off
        * no new parameter suggestion exists for the job
        * execution has failed and a retry is attempted
Parameters being tune now attain only discrete values defined by the step size
Bug fixes
  • Loading branch information
arpang authored and pralabhkumar committed Aug 31, 2018
1 parent 02ed198 commit b803778
Show file tree
Hide file tree
Showing 23 changed files with 644 additions and 489 deletions.
2 changes: 1 addition & 1 deletion app-conf/SchedulerConf.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<classname>com.linkedin.drelephant.schedulers.AzkabanScheduler</classname>
<params>
<!--<exception_enabled>true</exception_enabled>-->
<!--<exception_class>com.linkedin.drelephant.exceptions.azkaban.AzkabanWorkflowClient</exception_class>-->
<!--<workflow_client>com.linkedin.drelephant.exceptions.azkaban.AzkabanWorkflowClient</workflow_client>-->
<!--<private_key>/home/key/private_key</private_key>-->
<!--<userame>elephant</userame>-->
<!--<password></password>-->
Expand Down
198 changes: 0 additions & 198 deletions app/com/linkedin/drelephant/tuning/APIFitnessComputeUtil.java

This file was deleted.

Loading

0 comments on commit b803778

Please sign in to comment.