You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/weixing1531/pikaia/tree/Binary
I wrote a subclass named pikaia_binary_class.
In the class, I change the definition of array gn.
integer(IB),dimension(me%n),intent(out) :: gn
operate the array gn in subroutine cross,mutate,encode,decode with using fortran's BIT INTRINSIC PROCEDURES ,then save memory and increase speed.
The text was updated successfully, but these errors were encountered:
weixing1531
changed the title
use the Binary encode method replace Decimal
use the Binary/Gray encode methods replace Decimal
Jun 20, 2019
weixing1531
changed the title
use the Binary/Gray encode methods replace Decimal
use the Binary/Gray encoding methods replace Decimal
Jun 21, 2019
https://github.com/weixing1531/pikaia/tree/Binary
I wrote a subclass named pikaia_binary_class.
In the class, I change the definition of array gn.
integer(IB),dimension(me%n),intent(out) :: gn
operate the array gn in subroutine cross,mutate,encode,decode with using fortran's BIT INTRINSIC PROCEDURES ,then save memory and increase speed.
The text was updated successfully, but these errors were encountered: