Project and Services mailing list archives
project@odoo-community.org
Browse archives
Re: [OCA/project] [11.0][ADD] project_timeline_critical_path: Highlight critical path in task timeline view (#421)
Re: [OCA/project] [11.0][ADD] project_timeline_critical_path: Highlight critical path in task timeline view (#421)
Re: [OCA/project] project_task_scheduling: Module for automatic task planning (#419)
by Andrea Stirpe <notifications@github.com> - 24/08/2018 13:38:41@astirpe commented on this pull request.
In project_task_scheduling/wizards/scheduling_wizard.py:
> + + improvements = len(states_list) - 1 + _logger.info('improvements: %(imp)d' % {'imp': improvements}) + + duration = current_duration.total_seconds() + _logger.info('Duration: %(duration)f' % {'duration': duration}) + + if current_duration >= max_duration: + _logger.info('Stopped because Execution time >= maximum time') + + it_count *= iterations + _logger.info('Number of iterations: %(it)d' % {'it': it_count}) + + _logger.info('*****************************') + + def simulated_annealing(self, init_temp, final_temp, iterations,
You may want to have a look at this:
https://developers.google.com/optimization/scheduling/employee_scheduling
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.