Skip to content

Commit

Permalink
modifying the gradient descent schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy-INL committed Jun 20, 2022
1 parent 01e50e1 commit 1fff889
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions developer_tools/XSDSchemas/Optimizers.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<xsd:element name="gradient" type="xsd:float" minOccurs="0"/>
<xsd:element name="objective" type="xsd:float" minOccurs="0"/>
<xsd:element name="stepSize" type="xsd:float" minOccurs="0"/>
<xsd:element name="iterationLimit" type="xsd:integer" minOccurs="0"/>
<xsd:element name="terminateFollowers" type="terminateFollowersType" minOccurs="0"/>
</xsd:all>
</xsd:complexType>
Expand Down

0 comments on commit 1fff889

Please sign in to comment.