Placeholder image of a protein
Icon representing a puzzle

620: Quest to the Contact Map

Closed since over 13 years ago

Advanced Overall Prediction

Summary


Created
August 20, 2012
Expires
Max points
100
Description

In this puzzle, we've given you the contact map of the native. Open the contact by going to [Actions]>[Contact Map]. The white squares show which regions are next to each other in the native. Try to bring these regions closer to match the native, and increase your score multiplier. You can click on the squares to show you which pieces of the model need to be closer.

Top groups


  1. Avatar for FoldIt@Netherlands 11. FoldIt@Netherlands 11 pts. 10,364
  2. Avatar for Gargleblasters 12. Gargleblasters 9 pts. 10,309
  3. Avatar for HMT heritage 13. HMT heritage 7 pts. 10,209
  4. Avatar for Brony@Home 14. Brony@Home 5 pts. 9,910
  5. Avatar for BOINC@Poland 15. BOINC@Poland 4 pts. 9,806
  6. Avatar for Deleted group 16. Deleted group pts. 8,914
  7. Avatar for 7Monkeys 17. 7Monkeys 2 pts. 8,822
  8. Avatar for Freedom Folders 18. Freedom Folders 1 pt. 8,803
  9. Avatar for Mojo Risin' 19. Mojo Risin' 1 pt. 8,784
  10. Avatar for Geekdo 20. Geekdo 1 pt. 8,756

  1. Avatar for gmn
    1. gmn Lv 1
    100 pts. 11,105
  2. Avatar for Timo van der Laan 2. Timo van der Laan Lv 1 99 pts. 11,089
  3. Avatar for spdenne 3. spdenne Lv 1 97 pts. 11,059
  4. Avatar for mimi 4. mimi Lv 1 95 pts. 10,998
  5. Avatar for tokens 5. tokens Lv 1 93 pts. 10,992
  6. Avatar for Susume 6. Susume Lv 1 91 pts. 10,959
  7. Avatar for gitwut 7. gitwut Lv 1 89 pts. 10,926
  8. Avatar for Bautho 8. Bautho Lv 1 87 pts. 10,918
  9. Avatar for utaca 9. utaca Lv 1 85 pts. 10,909
  10. Avatar for stg123123 10. stg123123 Lv 1 84 pts. 10,864

Comments


BitSpawn Lv 1

what I'm doing

    • Check the white spots on the exploration map.
    • Make the corresponding bands. Some bands are incompatible with others, avoid them.
    • Stabilizes with CI = 0.50
    • Maybe use a compressor with low CI (I have not used any)
    • Once stabilized run a rebuilder with variable CI and reconstruction size 2-3. I have started with CI=0.50, when you don't get more points go up the CI +0.05 every time.

Right now 10,665 (rank 2) and current CI=0.75

I haven't used a known compressor, I have written for this one very very simple:

for seg=1,get_segment_count()-1 do
  deselect_all()
  select_index_range(seg,seg+1)
  do_local_rebuild(3)
  set_behavior_clash_importance(0.07)
  do_shake(1)
  set_behavior_clash_importance(0.50)
  do_global_wiggle_all(4)
  set_behavior_clash_importance(1.00)
  do_shake(1)
  restore_recent_best()
end

Using sphere is a good idea.

I hope this helps.

truestone Lv 1

To the right of the red/white contact map, in the grey margin, is a column with more black dots. These go on and off as you manipulate the protein, and I'm pretty sure their state influences the exploration multiplier. So why can't we click them and see their greatness?

truestone Lv 1

The protein has 69 segments. The accessible part of the matrix has 67 rows and columns. The diagonal (including the 68th subdued column) represents the 68 adjacencies. The subdued column is towards the 69th segment and the problem was already filed as http://fold.it/portal/node/993369