Algorithm 1.
1: | Input: Candidate molecules: , Corresponding beam scores: Input molecule: X Desired property vector: pY |
2: | for i = 1 to b do |
3: | |
4: | |
5: | |
6: | |
7: | |
8: | end for |
9: | best_index ← arg maxsi |
10: | Output: Cbest_index |
1: | Input: Candidate molecules: , Corresponding beam scores: Input molecule: X Desired property vector: pY |
2: | for i = 1 to b do |
3: | |
4: | |
5: | |
6: | |
7: | |
8: | end for |
9: | best_index ← arg maxsi |
10: | Output: Cbest_index |