<div dir="ltr">Dear Giacomo,<div>I am wondering whether your algorithm can run for a lookup function. This lookup function is a discrete function that takes values in a given data and returns discrete values. If this is the case, please let me know some advice on how to handle points that are not in the database.</div><div>Thank you.</div><div>Best regards,</div><div>TD Chuong</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Sep 24, 2020 at 11:45 PM Giacomo Nannicini <<a href="mailto:giacomo.n@gmail.com">giacomo.n@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">There's no way to do that with RBFOpt. I also don't know of any<br>
algorithm for black-box problems that does that type of computation.<br>
In principle, after running the optimization, say, via an object "alg"<br>
of class RbfoptAlgorithm, you can loop through alg.all_node_pos and<br>
alg.all_node_val to see all points explored by the algorithm.The first<br>
data structure contains the x coordinates, the second data structure<br>
contains the corresponding objective function value.<br>
<br>
G<br>
<br>
On Thu, Sep 24, 2020 at 9:20 AM Chuong Thaidoan<br>
<<a href="mailto:chuongthaidoan@gmail.com" target="_blank">chuongthaidoan@gmail.com</a>> wrote:<br>
><br>
> Dear Giacomo,<br>
> Thank you for your reply. Solutions that I mean are best solutions. Since some problem may have several best solutions, and  so I want to know how to print out all such best solutions, not just one.<br>
> Best regards,<br>
> TD Chuong<br>
><br>
><br>
</blockquote></div>