MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / add_params

Method add_params

machine_learning/automatic_differentiation.py:146–147  ·  view source on GitHub ↗
(self, params: list[Variable])

Source from the content-addressed store, hash-verified

144 self.other_params = {} if other_params is None else other_params
145
146 def add_params(self, params: list[Variable]) -> None:
147 self.params = params
148
149 def add_output(self, output: Variable) -> None:
150 self.output = output

Callers 1

appendMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected