MCPcopy Create free account
hub / github.com/NanoComp/meep / update_beta

Method update_beta

python/adjoint/utils.py:43–44  ·  view source on GitHub ↗
(self, beta: float)

Source from the content-addressed store, hash-verified

41 self.design_parameters.update_weights(design_parameters)
42
43 def update_beta(self, beta: float) -> None:
44 self.design_parameters.beta = beta
45
46 def get_gradient(
47 self,

Callers 1

update_designMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected