July 19, 2016, 09:15 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools |
July 19, 2016, 09:14 (GMT) |
WIP simulated annealing Implemented local stop condition: start Cooling Schedule if more than local_iter_max (currently 50) "frozen state solutions" occur Forzen state solution: A packing solution with no significant improvement to the current best solution |
July 19, 2016, 08:18 (GMT) |
Fix for overlapping UV computation |
July 18, 2016, 17:46 (GMT) |
Compilefix for conflicting types |
July 18, 2016, 15:29 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools |
July 18, 2016, 15:28 (GMT) |
WIP: Simulated Annealing Basics of the simulated annealing approach to iteratively find the optimal packing solution |
July 16, 2016, 12:08 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools |
July 16, 2016, 12:07 (GMT) |
Reworked binary depth search for non fitting charts This produces much better results now. Still potential for optimization |
July 15, 2016, 13:20 (GMT) |
Fix for compile error |
July 15, 2016, 11:17 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools |
July 15, 2016, 11:16 (GMT) |
Cleanup commit |
July 15, 2016, 10:36 (GMT) |
Changes/bugfixes for NFP reference vertex assignment This commit makes all of my testcases work! It also makes the ref vert offset code obsolete, but I'll commit it anyway (commented out) in case I may need it later |
July 14, 2016, 15:16 (GMT) |
Alternative/more robust way to offset/place NFP This fixes some of my testfiles |
July 14, 2016, 10:04 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2016-uv_tools |
July 14, 2016, 10:03 (GMT) |
Refactoring of NFP code This fixes some bugs, memory leaks and crashes Note: Added IFP corners as possible placement positions for now, mainly for testing purposes |
July 11, 2016, 15:22 (GMT) |
bugfix for NFP computation Also introduces some shiny new debug prints. |
July 11, 2016, 10:06 (GMT) |
Prevent infinite loops and make "scale around origin" it's own function |
July 11, 2016, 08:53 (GMT) |
Depth limited binary search to determine the scale factor of items which don't fit |
July 9, 2016, 21:56 (GMT) |
Added hack-ish check for point being inside other NFP until union algorithm is implemented |
July 9, 2016, 10:16 (GMT) |
Added check for point being inside IFP, also fixed a bug with rng |
|