Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. /** Domain for each variable. */
  2. protected double[] mins;
  3. protected double[] maxs;
  4. /** Number of bits for each variable. */
  5. protected int[] bits;
  6. /** Number of variables (dimension). */
  7. protected int n;
  8. /** Total number of bits in this representation. */
  9. protected int totalBits;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement