Deron Eriksson created SYSTEMML-549: ---------------------------------------
Summary: Update OptimizerUtils.OptimizationLevel javadocs Key: SYSTEMML-549 URL: https://issues.apache.org/jira/browse/SYSTEMML-549 Project: SystemML Issue Type: Task Components: Documentation Reporter: Deron Eriksson The javadoc description for the OptimizerUtils.OptimizationLevel enum lists the following 5 levels with descriptions. {code} O0 STATIC O1 MEMORY_BASED O2 MEMORY_BASED O3 GLOBAL TIME_MEMORY_BASED O4 DEBUG MODE {code} However, the actual 6 optimization levels are: {code} O0_LOCAL_STATIC O1_LOCAL_MEMORY_MIN O2_LOCAL_MEMORY_DEFAULT O3_LOCAL_RESOURCE_TIME_MEMORY O4_GLOBAL_TIME_MEMORY O5_DEBUG_MODE {code} Some minor HTML tags would also help readability in the javadocs. -- This message was sent by Atlassian JIRA (v6.3.4#6332)