223 resultados para Probabilistic approaches


Relevância:

20.00% 20.00%

Publicador:

Resumo:

This paper is drawn from a qualitative study of clients, counsellors and the supervisors views of the value and impact of the Independent Youth Counselling Service (IYCS) in West Belfast. Data collection combined semi-structured interviews, focus groups and an open-ended questionnaire. The findings indicate the significance of factors above and beyond the person-centred counselling experience, in maximising the potential for growth and development for clients and counsellors. This holistic approach to counselling service provision employs a body of community development processes, which collectively combine to embed the counselling service in a complementary principled approach. This paper explores how these community development features bolster the counselling experience to promote a culture of person-centeredness, thereby increasing the empowerment of the client.

Relevância:

20.00% 20.00%

Publicador:

Resumo:

Parallelizing compilers have difficulty analysing and optimising complex code. To address this, some analysis may be delayed until run-time, and techniques such as speculative execution used. Furthermore, to enhance performance, a feedback loop may be setup between the compile time and run-time analysis systems, as in iterative compilation. To extend this, it is proposed that the run-time analysis collects information about the values of variables not already determined, and estimates a probability measure for the sampled values. These measures may be used to guide optimisations in further analyses of the program. To address the problem of variables with measures as values, this paper also presents an outline of a novel combination of previous probabilistic denotational semantics models, applied to a simple imperative language.