How to run adjoint optimization locally? #1574
-
Due to the limited 400 structures in the remote cloud server, is there any else way to simulate more than 400 structures with tidy3d? The method now i want to do is run adjoint optimization in my local server, but i don't know whether it is practical or not. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Yeah, actually you should be able to do |
Beta Was this translation helpful? Give feedback.
-
@momchil-flex I don't think that will work because our server will error due to this validator right? |
Beta Was this translation helpful? Give feedback.
-
One approach could be to make these "post-init" validators and only call them when we use the remote |
Beta Was this translation helpful? Give feedback.
-
Closing this, @triplestone0818 in a future release, we will make this a bit more convenient through #1575 (so you won't need to comment out the validators manually) |
Beta Was this translation helpful? Give feedback.
Yeah, actually you should be able to do
from tidy3d.plugins.adjoint.web import run_local
, use that instead of the usual adjoint run call, and comment out the maximum structure validator in your local code.