Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the predict.py doesn't contain inverse design #7

Open
zangowzidane opened this issue May 31, 2024 · 1 comment
Open

the predict.py doesn't contain inverse design #7

zangowzidane opened this issue May 31, 2024 · 1 comment

Comments

@zangowzidane
Copy link

Thank you for sharing this impressive code! Seems the code in predict.py does not work for inverse design from specification but works for predicting the S-parameters and gain with certain antenna parameters. So does it mean the predict.py is just for calling the trained function? if this understanding is correct, why do the 6 parameters need a range?

@youxch
Copy link
Owner

youxch commented Jun 4, 2024

Thank you for your question.

Question 1

Yes, predict.py is used to predict the S-parameters and gain of the U-shaped patch antenna. A total of 2 million samples of structures with their S-parameters and gain are predicted, so inverse-design targets can actually be quickly searched within these 2 million samples (tested to be applicable to most situations).

Question 2

The parameter ranges of the training set and the prediction set are different. The prediction set has a denser and wider range of parameters compared to the training set. After testing, we have found that the predicted samples within the given range are accurate and reliable.

I hope I have answered your questions. If you have any further doubts or queries, please feel free to share them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants