question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is there a way to change the background index (i.e. to an oxide or other cladding value) or is this something that would be of low usefulness? I guess since it is relative permitivitty it may not matter but it seems like that would be useful for informing a real implementation. It seems to me in your structures.py file you hard-code the background to 1 like:

design_region = apply_regions([box], xs, ys, 2) - 1

Where maybe that could be a parameter instead of ‘2’. I changed that value around but the init_design_region rewrites it based on this value and I started going down the rabbit hole.

Either way, I was just curious. This project is pretty brilliant, great work!

P.S. I was working through the Splitting Jupyter Notebook after I stumbled upon this from your paper.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
twhughescommented, Feb 28, 2019

glad you like it! We’re thinking about revamping it at some point. Maybe using pytorch and automatic differentiation, so stay tuned!

0reactions
matthewvanniekerkcommented, Feb 28, 2019

Awesome! Seems to work with mine too, thanks. I’m excited to keep playing with this tool.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index Builds on Populated Collections — MongoDB Manual
Previous versions of MongoDB supported building indexes either in the foreground or background. Foreground index builds were fast and produced more efficient ...
Read more >
Time difference between background and foreground index ...
Of course, background indexing doesn't come for free. It is much slower them foreground indexing. But how much slower exactly?
Read more >
Creating a background index - HCL Product Documentation
By creating a background index, you can remove inconsistencies from your Search index without the need for downtime while the index is rebuilt....
Read more >
indexing - are they still background once created?
Background index creation is a bit slower and they don't block readers and writers. With MongoDB 2.4 and later, you can create multiple ......
Read more >
3.8. Background Indexing - CouchDB Docs
Background Indexing ¶. Secondary indexes in CouchDB are not updated during document write operations. In order to avoid high latencies when reading indexes ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found