Skip to content

Commit

Permalink
Merge pull request Smile-SA#1636 from rbayet/fix_1635_attribute_based…
Browse files Browse the repository at this point in the history
…_optimizers_logarithmic_function

Fixes Smile-SA#1635 log1p instead of log for logarithmic fn
  • Loading branch information
romainruaud authored Dec 10, 2019
2 parents ad61aac + 1366373 commit 12f25cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@
<argument name="data" xsi:type="array">
<item name="options" xsi:type="array">
<item name="0" xsi:type="array">
<item name="value" xsi:type="string">log</item>
<item name="value" xsi:type="string">log1p</item>
<item name="label" xsi:type="string" translate="true">Logarithmic</item>
</item>
<item name="1" xsi:type="array">
Expand Down

0 comments on commit 12f25cc

Please sign in to comment.